Color Hex Logo

#b4775c Color Hex

#B4775C
(180,119,92)
0 Favorites   0 Comments

Color spaces of #b4775c

RGB 18011992
HSL0.050.370.53
HSV18°49°71°
CMYK 0.000.340.49   0.29
XYZ27.351023.669713.2524
Yxy23.66970.42550.3683
Hunter Lab48.651515.209317.9058
CIE-Lab55.755620.810924.6010

#b4775c color RGB value is (180,119,92).

#b4775c hex color red value is 180, green value is 119 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b4775c hue: 0.05 , saturation: 0.37 and the lightness value of b4775c is 0.53.

The process color (four color CMYK) of #b4775c color hex is 0.00, 0.34, 0.49, 0.29. Web safe color of #b4775c is #cc6666. Color #b4775c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110111 01011100
Octal 264 167 134
Decimal 180 119 92
Hex B4 77 5C

RGB Percentages of Color #b4775c

%46.04
%30.43
%23.53

CMYK Percentages of Color #b4775c

%0
%34
%49
%29

Triadic Colors of #b4775c

#b4775c #5cb477 #775cb4

Analogous Colors of #b4775c

#b4775c #b4a35c #b45c6d

Monochromatic Colors of #b4775c

#b4775c

Complementary Color

#b4775c #5c99b4

#b4775c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4775c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4775c Color CSS Codes

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

#b4775c Text Font Color

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

This sample text font color is #b4775c
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.


#b4775c Background Color

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

This div background color is #b4775c


#b4775c Border Color

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

This div border color is #b4775c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,119,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4775c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4775c;
  -webkit-box-shadow: 1px 1px 3px 2px #b4775c;
  box-shadow:         1px 1px 3px 2px #b4775c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,119,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4775c


Comments

No comments written yet.

Please login to write comment.