#B66B47

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

Shades of Bourbon #B66B47

Tints of Bourbon #B66B47

Color information

#B66B47 (or 0xB66B47) is unknown color: approx Bourbon. HEX triplet: B6, 6B and 47. RGB value is (182,107,71). Sum of RGB (Red+Green+Blue) = 182+107+71=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66B47 is #4994B8. Grayscale: #7D7D7D. Windows color (decimal): -4822201 or 4680630. OLE color: 4680630.

HSL color Cylindrical-coordinate representation of color #B66B47: hue angle of 19.46º 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 #B66B47 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB18210771-
CMYK00.410.610.29
HSL19.46º43.87%49.61%-
HSV(B)19.46º60.99%71.37%-
XYZ25.6920.928.64-
YUV125.3297.35168.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.56%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 71 (28.12% from 255) = 19.72%
R=50.56%
G=29.72%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821077100.410.610.2919.4643.8749.61
HexB66B470293D1D132c32
Octal2661531070517535235462
Binary101101101101011100011101010011111011110110011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B47; }

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

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

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

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

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

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

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

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