Color Hex Logo

#b86449 Color Hex

#B86449
(184,100,73)
0 Favorites   0 Comments

Color spaces of #b86449

RGB 18410073
HSL0.040.440.50
HSV15°60°72°
CMYK 0.000.460.60   0.28
XYZ25.526919.78578.7769
Yxy19.78570.47190.3658
Hunter Lab44.481124.595919.4378
CIE-Lab51.594031.240530.1461

#b86449 color RGB value is (184,100,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100100 01001001
Octal 270 144 111
Decimal 184 100 73
Hex B8 64 49

RGB Percentages of Color #b86449

%51.54
%28.01
%20.45

CMYK Percentages of Color #b86449

%0
%46
%60
%28

Triadic Colors of #b86449

#b86449 #49b864 #6449b8

Analogous Colors of #b86449

#b86449 #b89c49 #b84966

Monochromatic Colors of #b86449

#b86449

Complementary Color

#b86449 #499db8

#b86449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86449 Color CSS Codes

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

#b86449 Text Font Color

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

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


#b86449 Background Color

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

This div background color is #b86449


#b86449 Border Color

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

This div border color is #b86449


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,100,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 #b86449">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86449


Comments

No comments written yet.

Please login to write comment.