Color Hex Logo

#b8744a Color Hex

#B8744A
(184,116,74)
0 Favorites   0 Comments

Color spaces of #b8744a

RGB 18411674
HSL0.060.440.51
HSV23°60°72°
CMYK 0.000.370.60   0.28
XYZ27.248623.17559.5157
Yxy23.17550.45460.3866
Hunter Lab48.140916.787421.9792
CIE-Lab55.252722.566134.0949

#b8744a color RGB value is (184,116,74).

#b8744a hex color red value is 184, green value is 116 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b8744a hue: 0.06 , saturation: 0.44 and the lightness value of b8744a is 0.51.

The process color (four color CMYK) of #b8744a color hex is 0.00, 0.37, 0.60, 0.28. Web safe color of #b8744a is #cc6633. Color #b8744a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110100 01001010
Octal 270 164 112
Decimal 184 116 74
Hex B8 74 4A

RGB Percentages of Color #b8744a

%49.20
%31.02
%19.79

CMYK Percentages of Color #b8744a

%0
%37
%60
%28

Triadic Colors of #b8744a

#b8744a #4ab874 #744ab8

Analogous Colors of #b8744a

#b8744a #b8ab4a #b84a57

Monochromatic Colors of #b8744a

#b8744a

Complementary Color

#b8744a #4a8eb8

#b8744a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8744a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8744a Color CSS Codes

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

#b8744a Text Font Color

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

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


#b8744a Background Color

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

This div background color is #b8744a


#b8744a Border Color

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

This div border color is #b8744a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8744a


Comments

No comments written yet.

Please login to write comment.