Color Hex Logo

#b36215 Color Hex

#B36215
(179,98,21)
0 Favorites   0 Comments

Color spaces of #b36215

RGB 1799821
HSL0.080.790.39
HSV29°88°70°
CMYK 0.000.450.88   0.30
XYZ23.093418.37323.0387
Yxy18.37320.51890.4128
Hunter Lab42.864021.156725.8016
CIE-Lab49.945727.750453.0343

#b36215 color RGB value is (179,98,21).

#b36215 hex color red value is 179, green value is 98 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b36215 hue: 0.08 , saturation: 0.79 and the lightness value of b36215 is 0.39.

The process color (four color CMYK) of #b36215 color hex is 0.00, 0.45, 0.88, 0.30. Web safe color of #b36215 is #cc6600. Color #b36215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100010 00010101
Octal 263 142 25
Decimal 179 98 21
Hex B3 62 15

RGB Percentages of Color #b36215

%60.07
%32.89
%7.05

CMYK Percentages of Color #b36215

%0
%45
%88
%30

Triadic Colors of #b36215

#b36215 #15b362 #6215b3

Analogous Colors of #b36215

#b36215 #b3b115 #b31517

Monochromatic Colors of #b36215

#b36215

Complementary Color

#b36215 #1566b3

#b36215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36215 Color CSS Codes

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

#b36215 Text Font Color

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

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


#b36215 Background Color

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

This div background color is #b36215


#b36215 Border Color

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

This div border color is #b36215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36215


Comments

No comments written yet.

Please login to write comment.