Color Hex Logo

#b4600f Color Hex

#B4600F
(180,96,15)
0 Favorites   0 Comments

Color spaces of #b4600f

RGB 1809615
HSL0.080.850.38
HSV29°92°71°
CMYK 0.000.470.92   0.29
XYZ23.091518.10352.7292
Yxy18.10350.52570.4122
Hunter Lab42.548222.415125.9807
CIE-Lab49.621429.139554.6090

#b4600f color RGB value is (180,96,15).

#b4600f hex color red value is 180, green value is 96 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b4600f hue: 0.08 , saturation: 0.85 and the lightness value of b4600f is 0.38.

The process color (four color CMYK) of #b4600f color hex is 0.00, 0.47, 0.92, 0.29. Web safe color of #b4600f is #cc6600. Color #b4600f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100000 00001111
Octal 264 140 17
Decimal 180 96 15
Hex B4 60 F

RGB Percentages of Color #b4600f

%61.86
%32.99
%5.15

CMYK Percentages of Color #b4600f

%0
%47
%92
%29

Triadic Colors of #b4600f

#b4600f #0fb460 #600fb4

Analogous Colors of #b4600f

#b4600f #b4b30f #b40f11

Monochromatic Colors of #b4600f

#b4600f

Complementary Color

#b4600f #0f63b4

#b4600f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4600f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4600f Color CSS Codes

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

#b4600f Text Font Color

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

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


#b4600f Background Color

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

This div background color is #b4600f


#b4600f Border Color

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

This div border color is #b4600f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4600f


Comments

No comments written yet.

Please login to write comment.