Color Hex Logo

#b3600a Color Hex

#B3600A
(179,96,10)
0 Favorites   0 Comments

Color spaces of #b3600a

RGB 1799610
HSL0.080.890.37
HSV31°94°70°
CMYK 0.000.460.94   0.30
XYZ22.828117.97142.5528
Yxy17.97140.52660.4145
Hunter Lab42.392721.933526.1046
CIE-Lab49.461428.638455.6224

#b3600a color RGB value is (179,96,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100000 00001010
Octal 263 140 12
Decimal 179 96 10
Hex B3 60 A

RGB Percentages of Color #b3600a

%62.81
%33.68
%3.51

CMYK Percentages of Color #b3600a

%0
%46
%94
%30

Triadic Colors of #b3600a

#b3600a #0ab360 #600ab3

Analogous Colors of #b3600a

#b3600a #b2b30a #b30b0a

Monochromatic Colors of #b3600a

#b3600a

Complementary Color

#b3600a #0a5db3

#b3600a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3600a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3600a Color CSS Codes

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

#b3600a Text Font Color

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

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


#b3600a Background Color

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

This div background color is #b3600a


#b3600a Border Color

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

This div border color is #b3600a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3600a


Comments

No comments written yet.

Please login to write comment.