Color Hex Logo

#b36015 Color Hex

#B36015
(179,96,21)
0 Favorites   0 Comments

Color spaces of #b36015

RGB 1799621
HSL0.080.790.39
HSV28°88°70°
CMYK 0.000.460.88   0.30
XYZ22.908618.00362.9771
Yxy18.00360.52200.4102
Hunter Lab42.430622.119725.5414
CIE-Lab49.500528.834952.6794

#b36015 color RGB value is (179,96,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100000 00010101
Octal 263 140 25
Decimal 179 96 21
Hex B3 60 15

RGB Percentages of Color #b36015

%60.47
%32.43
%7.09

CMYK Percentages of Color #b36015

%0
%46
%88
%30

Triadic Colors of #b36015

#b36015 #15b360 #6015b3

Analogous Colors of #b36015

#b36015 #b3af15 #b31519

Monochromatic Colors of #b36015

#b36015

Complementary Color

#b36015 #1568b3

#b36015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36015 Color CSS Codes

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

#b36015 Text Font Color

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

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


#b36015 Background Color

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

This div background color is #b36015


#b36015 Border Color

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

This div border color is #b36015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36015


Comments

No comments written yet.

Please login to write comment.