Color Hex Logo

#b1601f Color Hex

#B1601F
(177,96,31)
0 Favorites   0 Comments

Color spaces of #b1601f

RGB 1779631
HSL0.070.700.41
HSV27°82°69°
CMYK 0.000.460.82   0.31
XYZ22.561717.81183.5452
Yxy17.81180.51370.4056
Hunter Lab42.204021.566624.5624
CIE-Lab49.267028.262448.6653

#b1601f color RGB value is (177,96,31).

#b1601f hex color red value is 177, green value is 96 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b1601f hue: 0.07 , saturation: 0.70 and the lightness value of b1601f is 0.41.

The process color (four color CMYK) of #b1601f color hex is 0.00, 0.46, 0.82, 0.31. Web safe color of #b1601f is #996633. Color #b1601f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100000 00011111
Octal 261 140 37
Decimal 177 96 31
Hex B1 60 1F

RGB Percentages of Color #b1601f

%58.22
%31.58
%10.20

CMYK Percentages of Color #b1601f

%0
%46
%82
%31

Triadic Colors of #b1601f

#b1601f #1fb160 #601fb1

Analogous Colors of #b1601f

#b1601f #b1a91f #b11f27

Monochromatic Colors of #b1601f

#b1601f

Complementary Color

#b1601f #1f70b1

#b1601f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1601f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1601f Color CSS Codes

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

#b1601f Text Font Color

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

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


#b1601f Background Color

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

This div background color is #b1601f


#b1601f Border Color

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

This div border color is #b1601f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1601f


Comments

No comments written yet.

Please login to write comment.