#B66840

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

Shades of Bourbon #B66840

Tints of Bourbon #B66840

Color information

#B66840 (or 0xB66840) is unknown color: approx Bourbon. HEX triplet: B6, 68 and 40. RGB value is (182,104,64). Sum of RGB (Red+Green+Blue) = 182+104+64=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B66840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66840 is #4997BF. Grayscale: #7B7B7B. Windows color (decimal): -4822976 or 4221110. OLE color: 4221110.

HSL color Cylindrical-coordinate representation of color #B66840: hue angle of 20.34º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B66840 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18210464-
CMYK00.430.650.29
HSL20.34º47.97%48.24%-
HSV(B)20.34º64.84%71.37%-
XYZ25.1720.227.43-
YUV122.7694.84170.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 64 (25.39% from 255) = 18.29%
R=52%
G=29.71%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821046400.430.650.2920.3447.9748.24
HexB6684002B411D143030
Octal26615010005310135246060
Binary1011011011010001000000010101110000011110110100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66840; }

 p { color: rgb(182,104,64); }

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

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

 a { background-color: rgb(182,104,64); }

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

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

 span { border-color: rgb(182,104,64); }

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