#B66E47

Color #B66E47 Bourbon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bourbon #B66E47

Tints of Bourbon #B66E47

Color information

#B66E47 (or 0xB66E47) is unknown color: approx Bourbon. HEX triplet: B6, 6E and 47. RGB value is (182,110,71). Sum of RGB (Red+Green+Blue) = 182+110+71=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66E47 is #4991B8. Grayscale: #7F7F7F. Windows color (decimal): -4821433 or 4681398. OLE color: 4681398.

HSL color Cylindrical-coordinate representation of color #B66E47: hue angle of 21.08º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B66E47 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB18211071-
CMYK00.400.610.29
HSL21.08º43.87%49.61%-
HSV(B)21.08º60.99%71.37%-
XYZ2621.558.75-
YUV127.0896.35167.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 110 (43.36% from 255) = 30.30%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=50.14%
G=30.30%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821107100.400.610.2921.0843.8749.61
HexB66E470283D1D152c32
Octal2661561070507535255462
Binary101101101101110100011101010001111011110110101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E47; }

 p { color: rgb(182,110,71); }

 H1.HeaderClassName
 {
   color: #B66E47;
 }
 .AnyTagClassName
 {
   color: #B66E47;
 }
</style>
background-color css

<style>
 a { background-color: #B66E47; }

 a { background-color: rgb(182,110,71); }

 div.DivClassName
 {
   background-color: #B66E47;
 }
 .BgClassName
 {
   background-color: #B66E47;
 }
</style>
border-color css

<style>
 span { border-color: #B66E47; }

 span { border-color: rgb(182,110,71); }

 td.TdClassName
 {
   border-color: #B66E47;
 }
 .TagClassName
 {
   border-color: #B66E47;
 }
</style>