Color Hex Logo

#b6473d Color Hex

#B6473D
(182,71,61)
0 Favorites   0 Comments

Color spaces of #b6473d

RGB 1827161
HSL0.010.500.48
HSV66°71°
CMYK 0.000.610.66   0.29
XYZ22.386914.78856.0894
Yxy14.78850.51740.3418
Hunter Lab38.455836.615417.5306
CIE-Lab45.343144.374229.2805

#b6473d color RGB value is (182,71,61).

#b6473d hex color red value is 182, green value is 71 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #b6473d hue: 0.01 , saturation: 0.50 and the lightness value of b6473d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000111 00111101
Octal 266 107 75
Decimal 182 71 61
Hex B6 47 3D

RGB Percentages of Color #b6473d

%57.96
%22.61
%19.43

CMYK Percentages of Color #b6473d

%0
%61
%66
%29

Triadic Colors of #b6473d

#b6473d #3db647 #473db6

Analogous Colors of #b6473d

#b6473d #b6843d #b63d70

Monochromatic Colors of #b6473d

#b6473d

Complementary Color

#b6473d #3dacb6

#b6473d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6473d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6473d Color CSS Codes

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

#b6473d Text Font Color

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

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


#b6473d Background Color

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

This div background color is #b6473d


#b6473d Border Color

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

This div border color is #b6473d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,71,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6473d


Comments

No comments written yet.

Please login to write comment.