color codes Logo

#b75b4d color codes

#B75B4D
(183,91,77)
0 Favorites   0 Comments

Color spaces of #b75b4d

RGB 1839177
HSL0.020.420.51
HSV58°72°
CMYK 0.000.500.58   0.28
XYZ24.609118.08539.2149
Yxy18.08530.47410.3484
Hunter Lab42.526828.871116.9215
CIE-Lab49.599435.924725.2932

#b75b4d color RGB value is (183,91,77).

#b75b4d hex color red value is 183, green value is 91 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b75b4d hue: 0.02 , saturation: 0.42 and the lightness value of b75b4d is 0.51.

The process color (four color CMYK) of #b75b4d color code is 0.00, 0.50, 0.58, 0.28. Web safe color of #b75b4d is #cc6666. Color #b75b4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011011 01001101
Octal 267 133 115
Decimal 183 91 77
Hex B7 5B 4D

RGB Percentages of Color #b75b4d

%52.14
%25.93
%21.94

CMYK Percentages of Color #b75b4d

%0
%50
%58
%28

Triadic Colors of #b75b4d

#b75b4d #4db75b #5b4db7

Analogous Colors of #b75b4d

#b75b4d #b7904d #b74d74

Monochromatic Colors of #b75b4d

#b75b4d

Complementary Color

#b75b4d #4da9b7

#b75b4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75b4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75b4d Color CSS Codes

.mybgcolor {background-color:#b75b4d; } 
.myforecolor {color:#b75b4d; }
.mybordercolor {border:3px solid #b75b4d; }

#b75b4d Text Font Color

<p style="color:#b75b4d">Text here</p>

This sample text font color is #b75b4d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b75b4d Background Color

<div style="background-color:#b75b4d">
Div content here</div>

This div background color is #b75b4d


#b75b4d Border Color

<div style="border:3px solid #b75b4d">
Div here</div>

This div border color is #b75b4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,91,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b75b4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b75b4d;
  -webkit-box-shadow: 1px 1px 3px 2px #b75b4d;
  box-shadow:         1px 1px 3px 2px #b75b4d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,91,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b75b4d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b75b4d;
  -webkit-box-shadow: 1px 1px 3px 2px #b75b4d;
  box-shadow:         1px 1px 3px 2px #b75b4d;">
Div content here</div>

This div box has shadow with color #b75b4d


Comments

No comments written yet.

Please login to write comment.