Color Hex Logo

#b86049 Color Hex

#B86049
(184,96,73)
0 Favorites   0 Comments

Color spaces of #b86049

RGB 1849673
HSL0.030.440.50
HSV12°60°72°
CMYK 0.000.480.60   0.28
XYZ25.152619.03718.6522
Yxy19.03710.47600.3603
Hunter Lab43.631526.546118.7848
CIE-Lab50.730633.377929.0685

#b86049 color RGB value is (184,96,73).

#b86049 hex color red value is 184, green value is 96 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b86049 hue: 0.03 , saturation: 0.44 and the lightness value of b86049 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100000 01001001
Octal 270 140 111
Decimal 184 96 73
Hex B8 60 49

RGB Percentages of Color #b86049

%52.12
%27.20
%20.68

CMYK Percentages of Color #b86049

%0
%48
%60
%28

Triadic Colors of #b86049

#b86049 #49b860 #6049b8

Analogous Colors of #b86049

#b86049 #b89849 #b8496a

Monochromatic Colors of #b86049

#b86049

Complementary Color

#b86049 #49a1b8

#b86049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86049 Color CSS Codes

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

#b86049 Text Font Color

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

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


#b86049 Background Color

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

This div background color is #b86049


#b86049 Border Color

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

This div border color is #b86049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86049


Comments

No comments written yet.

Please login to write comment.