Color Hex Logo

#b1601d Color Hex

#B1601D
(177,96,29)
0 Favorites   0 Comments

Color spaces of #b1601d

RGB 1779629
HSL0.080.720.40
HSV27°84°69°
CMYK 0.000.460.84   0.31
XYZ22.536117.80163.4107
Yxy17.80160.51510.4069
Hunter Lab42.191921.506824.7415
CIE-Lab49.254628.199049.4619

#b1601d color RGB value is (177,96,29).

#b1601d hex color red value is 177, green value is 96 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b1601d hue: 0.08 , saturation: 0.72 and the lightness value of b1601d is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100000 00011101
Octal 261 140 35
Decimal 177 96 29
Hex B1 60 1D

RGB Percentages of Color #b1601d

%58.61
%31.79
%9.60

CMYK Percentages of Color #b1601d

%0
%46
%84
%31

Triadic Colors of #b1601d

#b1601d #1db160 #601db1

Analogous Colors of #b1601d

#b1601d #b1aa1d #b11d24

Monochromatic Colors of #b1601d

#b1601d

Complementary Color

#b1601d #1d6eb1

#b1601d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1601d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1601d Color CSS Codes

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

#b1601d Text Font Color

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

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


#b1601d Background Color

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

This div background color is #b1601d


#b1601d Border Color

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

This div border color is #b1601d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1601d


Comments

No comments written yet.

Please login to write comment.