Color Hex Logo

#b67302 Color Hex

#B67302
(182,115,2)
0 Favorites   0 Comments

Color spaces of #b67302

RGB 1821152
HSL0.100.980.36
HSV38°99°71°
CMYK 0.000.370.99   0.29
XYZ25.433122.21093.0041
Yxy22.21090.50220.4385
Hunter Lab47.128413.853629.2106
CIE-Lab54.250119.396660.6868

#b67302 color RGB value is (182,115,2).

#b67302 hex color red value is 182, green value is 115 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #b67302 hue: 0.10 , saturation: 0.98 and the lightness value of b67302 is 0.36.

The process color (four color CMYK) of #b67302 color hex is 0.00, 0.37, 0.99, 0.29. Web safe color of #b67302 is #cc6600. Color #b67302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110011 00000010
Octal 266 163 2
Decimal 182 115 2
Hex B6 73 2

RGB Percentages of Color #b67302

%60.87
%38.46
%0.67

CMYK Percentages of Color #b67302

%0
%37
%99
%29

Triadic Colors of #b67302

#b67302 #02b673 #7302b6

Analogous Colors of #b67302

#b67302 #9fb602 #b61902

Monochromatic Colors of #b67302

#b67302

Complementary Color

#b67302 #0245b6

#b67302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67302 Color CSS Codes

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

#b67302 Text Font Color

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

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


#b67302 Background Color

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

This div background color is #b67302


#b67302 Border Color

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

This div border color is #b67302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67302

#b67302 Color Palettes


Comments

No comments written yet.

Please login to write comment.