Color Hex Logo

#b86f15 Color Hex

#B86F15
(184,111,21)
0 Favorites   0 Comments

Color spaces of #b86f15

RGB 18411121
HSL0.090.800.40
HSV33°89°72°
CMYK 0.000.400.89   0.28
XYZ25.587021.61343.5327
Yxy21.61340.50430.4260
Hunter Lab46.490216.883928.0378
CIE-Lab53.614422.785156.2358

#b86f15 color RGB value is (184,111,21).

#b86f15 hex color red value is 184, green value is 111 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b86f15 hue: 0.09 , saturation: 0.80 and the lightness value of b86f15 is 0.40.

The process color (four color CMYK) of #b86f15 color hex is 0.00, 0.40, 0.89, 0.28. Web safe color of #b86f15 is #cc6600. Color #b86f15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101111 00010101
Octal 270 157 25
Decimal 184 111 21
Hex B8 6F 15

RGB Percentages of Color #b86f15

%58.23
%35.13
%6.65

CMYK Percentages of Color #b86f15

%0
%40
%89
%28

Triadic Colors of #b86f15

#b86f15 #15b86f #6f15b8

Analogous Colors of #b86f15

#b86f15 #b0b815 #b81e15

Monochromatic Colors of #b86f15

#b86f15

Complementary Color

#b86f15 #155eb8

#b86f15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86f15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86f15 Color CSS Codes

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

#b86f15 Text Font Color

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

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


#b86f15 Background Color

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

This div background color is #b86f15


#b86f15 Border Color

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

This div border color is #b86f15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86f15


Comments

No comments written yet.

Please login to write comment.