Color Hex Logo

#b0471d Color Hex

#B0471D
(176,71,29)
0 Favorites   0 Comments

Color spaces of #b0471d

RGB 1767129
HSL0.050.720.40
HSV17°84°69°
CMYK 0.000.600.84   0.31
XYZ20.379513.82532.7568
Yxy13.82530.55140.3740
Hunter Lab37.182432.765921.6318
CIE-Lab43.981340.724144.6881

#b0471d color RGB value is (176,71,29).

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

The process color (four color CMYK) of #b0471d color hex is 0.00, 0.60, 0.84, 0.31. Web safe color of #b0471d is #993333. Color #b0471d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000111 00011101
Octal 260 107 35
Decimal 176 71 29
Hex B0 47 1D

RGB Percentages of Color #b0471d

%63.77
%25.72
%10.51

CMYK Percentages of Color #b0471d

%0
%60
%84
%31

Triadic Colors of #b0471d

#b0471d #1db047 #471db0

Analogous Colors of #b0471d

#b0471d #b0911d #b01d3d

Monochromatic Colors of #b0471d

#b0471d

Complementary Color

#b0471d #1d86b0

#b0471d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0471d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0471d Color CSS Codes

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

#b0471d Text Font Color

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

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


#b0471d Background Color

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

This div background color is #b0471d


#b0471d Border Color

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

This div border color is #b0471d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,71,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 #b0471d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0471d


Comments

No comments written yet.

Please login to write comment.