Color Hex Logo

#b85815 Color Hex

#B85815
(184,88,21)
0 Favorites   0 Comments

Color spaces of #b85815

RGB 1848821
HSL0.070.800.40
HSV25°89°72°
CMYK 0.000.520.89   0.28
XYZ23.392217.22392.8011
Yxy17.22390.53880.3967
Hunter Lab41.501727.982625.0495
CIE-Lab48.540935.145252.2366

#b85815 color RGB value is (184,88,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011000 00010101
Octal 270 130 25
Decimal 184 88 21
Hex B8 58 15

RGB Percentages of Color #b85815

%62.80
%30.03
%7.17

CMYK Percentages of Color #b85815

%0
%52
%89
%28

Triadic Colors of #b85815

#b85815 #15b858 #5815b8

Analogous Colors of #b85815

#b85815 #b8aa15 #b81523

Monochromatic Colors of #b85815

#b85815

Complementary Color

#b85815 #1575b8

#b85815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85815 Color CSS Codes

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

#b85815 Text Font Color

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

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


#b85815 Background Color

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

This div background color is #b85815


#b85815 Border Color

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

This div border color is #b85815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85815


Comments

No comments written yet.

Please login to write comment.