Color Hex Logo

#b0671c Color Hex

#B0671C
(176,103,28)
0 Favorites   0 Comments

Color spaces of #b0671c

RGB 17610328
HSL0.080.730.40
HSV30°84°69°
CMYK 0.000.410.84   0.31
XYZ22.964319.01443.5584
Yxy19.01440.50430.4176
Hunter Lab43.605517.695225.6855
CIE-Lab50.704023.899051.0637

#b0671c color RGB value is (176,103,28).

#b0671c hex color red value is 176, green value is 103 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #b0671c hue: 0.08 , saturation: 0.73 and the lightness value of b0671c is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100111 00011100
Octal 260 147 34
Decimal 176 103 28
Hex B0 67 1C

RGB Percentages of Color #b0671c

%57.33
%33.55
%9.12

CMYK Percentages of Color #b0671c

%0
%41
%84
%31

Triadic Colors of #b0671c

#b0671c #1cb067 #671cb0

Analogous Colors of #b0671c

#b0671c #afb01c #b01d1c

Monochromatic Colors of #b0671c

#b0671c

Complementary Color

#b0671c #1c65b0

#b0671c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0671c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0671c Color CSS Codes

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

#b0671c Text Font Color

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

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


#b0671c Background Color

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

This div background color is #b0671c


#b0671c Border Color

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

This div border color is #b0671c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,103,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0671c


Comments

No comments written yet.

Please login to write comment.