Color Hex Logo

#b36601 Color Hex

#B36601
(179,102,1)
0 Favorites   0 Comments

Color spaces of #b36601

RGB 1791021
HSL0.090.990.35
HSV34°99°70°
CMYK 0.000.430.99   0.30
XYZ23.347319.08862.4827
Yxy19.08860.51980.4250
Hunter Lab43.690518.928327.2142
CIE-Lab50.790725.247358.4431

#b36601 color RGB value is (179,102,1).

#b36601 hex color red value is 179, green value is 102 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #b36601 hue: 0.09 , saturation: 0.99 and the lightness value of b36601 is 0.35.

The process color (four color CMYK) of #b36601 color hex is 0.00, 0.43, 0.99, 0.30. Web safe color of #b36601 is #cc6600. Color #b36601 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100110 00000001
Octal 263 146 1
Decimal 179 102 1
Hex B3 66 1

RGB Percentages of Color #b36601

%63.48
%36.17
%0.35

CMYK Percentages of Color #b36601

%0
%43
%99
%30

Triadic Colors of #b36601

#b36601 #01b366 #6601b3

Analogous Colors of #b36601

#b36601 #a7b301 #b30d01

Monochromatic Colors of #b36601

#b36601

Complementary Color

#b36601 #014eb3

#b36601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36601 Color CSS Codes

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

#b36601 Text Font Color

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

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


#b36601 Background Color

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

This div background color is #b36601


#b36601 Border Color

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

This div border color is #b36601


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,102,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36601


Comments

No comments written yet.

Please login to write comment.