Color Hex Logo

#b6471c Color Hex

#B6471C
(182,71,28)
0 Favorites   0 Comments

Color spaces of #b6471c

RGB 1827128
HSL0.050.730.41
HSV17°85°71°
CMYK 0.000.610.85   0.29
XYZ21.754214.53542.7576
Yxy14.53540.55710.3723
Hunter Lab38.125335.132322.3993
CIE-Lab44.991242.954546.4235

#b6471c color RGB value is (182,71,28).

#b6471c hex color red value is 182, green value is 71 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #b6471c hue: 0.05 , saturation: 0.73 and the lightness value of b6471c is 0.41.

The process color (four color CMYK) of #b6471c color hex is 0.00, 0.61, 0.85, 0.29. Web safe color of #b6471c is #cc3333. Color #b6471c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000111 00011100
Octal 266 107 34
Decimal 182 71 28
Hex B6 47 1C

RGB Percentages of Color #b6471c

%64.77
%25.27
%9.96

CMYK Percentages of Color #b6471c

%0
%61
%85
%29

Triadic Colors of #b6471c

#b6471c #1cb647 #471cb6

Analogous Colors of #b6471c

#b6471c #b6941c #b61c3e

Monochromatic Colors of #b6471c

#b6471c

Complementary Color

#b6471c #1c8bb6

#b6471c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6471c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6471c Color CSS Codes

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

#b6471c Text Font Color

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

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


#b6471c Background Color

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

This div background color is #b6471c


#b6471c Border Color

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

This div border color is #b6471c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6471c


Comments

No comments written yet.

Please login to write comment.