Color Hex Logo

#b86749 Color Hex

#B86749
(184,103,73)
0 Favorites   0 Comments

Color spaces of #b86749

RGB 18410373
HSL0.050.440.50
HSV16°60°72°
CMYK 0.000.440.60   0.28
XYZ25.820020.37198.8746
Yxy20.37190.46890.3700
Hunter Lab45.135223.125819.9369
CIE-Lab52.255129.621130.9665

#b86749 color RGB value is (184,103,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100111 01001001
Octal 270 147 111
Decimal 184 103 73
Hex B8 67 49

RGB Percentages of Color #b86749

%51.11
%28.61
%20.28

CMYK Percentages of Color #b86749

%0
%44
%60
%28

Triadic Colors of #b86749

#b86749 #49b867 #6749b8

Analogous Colors of #b86749

#b86749 #b89f49 #b84962

Monochromatic Colors of #b86749

#b86749

Complementary Color

#b86749 #499ab8

#b86749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86749 Color CSS Codes

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

#b86749 Text Font Color

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

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


#b86749 Background Color

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

This div background color is #b86749


#b86749 Border Color

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

This div border color is #b86749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86749


Comments

No comments written yet.

Please login to write comment.