Color Hex Logo

#b86750 Color Hex

#B86750
(184,103,80)
0 Favorites   0 Comments

Color spaces of #b86750

RGB 18410380
HSL0.040.420.52
HSV13°57°72°
CMYK 0.000.440.57   0.28
XYZ26.065420.470010.1667
Yxy20.47000.45970.3610
Hunter Lab45.243823.659018.3476
CIE-Lab52.364530.172327.1358

#b86750 color RGB value is (184,103,80).

#b86750 hex color red value is 184, green value is 103 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b86750 hue: 0.04 , saturation: 0.42 and the lightness value of b86750 is 0.52.

The process color (four color CMYK) of #b86750 color hex is 0.00, 0.44, 0.57, 0.28. Web safe color of #b86750 is #cc6666. Color #b86750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100111 01010000
Octal 270 147 120
Decimal 184 103 80
Hex B8 67 50

RGB Percentages of Color #b86750

%50.14
%28.07
%21.80

CMYK Percentages of Color #b86750

%0
%44
%57
%28

Triadic Colors of #b86750

#b86750 #50b867 #6750b8

Analogous Colors of #b86750

#b86750 #b89b50 #b8506d

Monochromatic Colors of #b86750

#b86750

Complementary Color

#b86750 #50a1b8

#b86750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86750 Color CSS Codes

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

#b86750 Text Font Color

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

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


#b86750 Background Color

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

This div background color is #b86750


#b86750 Border Color

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

This div border color is #b86750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86750


Comments

No comments written yet.

Please login to write comment.