Color Hex Logo

#b6471d Color Hex

#B6471D
(182,71,29)
0 Favorites   0 Comments

Color spaces of #b6471d

RGB 1827129
HSL0.050.730.41
HSV16°84°71°
CMYK 0.000.610.84   0.29
XYZ21.766414.54032.8217
Yxy14.54030.55630.3716
Hunter Lab38.131735.161022.3048
CIE-Lab44.998042.982145.9837

#b6471d color RGB value is (182,71,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000111 00011101
Octal 266 107 35
Decimal 182 71 29
Hex B6 47 1D

RGB Percentages of Color #b6471d

%64.54
%25.18
%10.28

CMYK Percentages of Color #b6471d

%0
%61
%84
%29

Triadic Colors of #b6471d

#b6471d #1db647 #471db6

Analogous Colors of #b6471d

#b6471d #b6941d #b61d40

Monochromatic Colors of #b6471d

#b6471d

Complementary Color

#b6471d #1d8cb6

#b6471d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6471d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6471d Color CSS Codes

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

#b6471d Text Font Color

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

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


#b6471d Background Color

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

This div background color is #b6471d


#b6471d Border Color

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

This div border color is #b6471d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6471d


Comments

No comments written yet.

Please login to write comment.