Color Hex Logo

#b8944c Color Hex

#B8944C
(184,148,76)
0 Favorites   0 Comments

Color spaces of #b8944c

RGB 18414876
HSL0.110.430.51
HSV40°59°72°
CMYK 0.000.200.59   0.28
XYZ31.661631.892011.3245
Yxy31.89200.42280.4259
Hunter Lab56.47301.248327.6417
CIE-Lab63.25354.995042.5888

#b8944c color RGB value is (184,148,76).

#b8944c hex color red value is 184, green value is 148 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #b8944c hue: 0.11 , saturation: 0.43 and the lightness value of b8944c is 0.51.

The process color (four color CMYK) of #b8944c color hex is 0.00, 0.20, 0.59, 0.28. Web safe color of #b8944c is #cc9933. Color #b8944c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010100 01001100
Octal 270 224 114
Decimal 184 148 76
Hex B8 94 4C

RGB Percentages of Color #b8944c

%45.10
%36.27
%18.63

CMYK Percentages of Color #b8944c

%0
%20
%59
%28

Triadic Colors of #b8944c

#b8944c #4cb894 #944cb8

Analogous Colors of #b8944c

#b8944c #a6b84c #b85e4c

Monochromatic Colors of #b8944c

#b8944c

Complementary Color

#b8944c #4c70b8

#b8944c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8944c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8944c Color CSS Codes

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

#b8944c Text Font Color

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

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


#b8944c Background Color

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

This div background color is #b8944c


#b8944c Border Color

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

This div border color is #b8944c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,148,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8944c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8944c;
  -webkit-box-shadow: 1px 1px 3px 2px #b8944c;
  box-shadow:         1px 1px 3px 2px #b8944c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,148,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8944c


Comments

No comments written yet.

Please login to write comment.