#B66D44

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

Shades of Bourbon #B66D44

Tints of Bourbon #B66D44

Color information

#B66D44 (or 0xB66D44) is unknown color: approx Bourbon. HEX triplet: B6, 6D and 44. RGB value is (182,109,68). Sum of RGB (Red+Green+Blue) = 182+109+68=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66D44 is #4992BB. Grayscale: #7E7E7E. Windows color (decimal): -4821692 or 4484534. OLE color: 4484534.

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

Color convert

RGB18210968-
CMYK00.400.630.29
HSL21.58º45.6%49.02%-
HSV(B)21.58º62.64%71.37%-
XYZ25.821.38.22-
YUV126.1595.18167.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 68 (26.95% from 255) = 18.94%
R=50.70%
G=30.36%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821096800.400.630.2921.5845.649.02
HexB66D440283F1D162e31
Octal2661551040507735265661
Binary101101101101101100010001010001111111110110110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D44; }

 p { color: rgb(182,109,68); }

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

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

 a { background-color: rgb(182,109,68); }

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

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

 span { border-color: rgb(182,109,68); }

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