Shades of Bourbon #BB6840
Tints of Bourbon #BB6840
RGB
CMYK
RGB Variations
Color information
#BB6840 (or 0xBB6840) is known color: Bourbon. HEX triplet: BB, 68 and 40. RGB value is (187,104,64). Sum of RGB (Red+Green+Blue) = 187+104+64=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6840 is #4497BF. Grayscale: #7C7C7C. Windows color (decimal): -4495296 or 4221115. OLE color: 4221115.
HSL color Cylindrical-coordinate representation of color #BB6840: hue angle of 19.51º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB6840 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 64 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.27 |
| HSL | 19.51º | 0.49% | 0.49% | - |
| HSV(B) | 19.51º | 0.66% | 0.73% | - |
| XYZ | 26.37 | 20.84 | 7.48 | - |
| YUV | 124.26 | 94 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 64 | 0 | 0.44 | 0.66 | 0.27 | 19.51 | 0.49 | 0.49 |
| Hex | BB | 68 | 40 | 0 | 2C | 42 | 1B | 14 | 31 | 31 |
| Octal | 273 | 150 | 100 | 0 | 54 | 102 | 33 | 24 | 61 | 61 |
| Binary | 10111011 | 1101000 | 1000000 | 0 | 101100 | 1000010 | 11011 | 10100 | 110001 | 110001 |
Color Harmonies of #BB6840
Complementary color
Monochromatic Colors of #BB6840
Black with #BB6840
Text Example
Text Example
White with #BB6840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6840; }
p { color: rgb(187,104,64); }
H1.HeaderClassName
{
color: #BB6840;
}
.AnyTagClassName
{
color: #BB6840;
}
</style>
background-color css
<style>
a { background-color: #BB6840; }
a { background-color: rgb(187,104,64); }
div.DivClassName
{
background-color: #BB6840;
}
.BgClassName
{
background-color: #BB6840;
}
</style>
border-color css
<style>
span { border-color: #BB6840; }
span { border-color: rgb(187,104,64); }
td.TdClassName
{
border-color: #BB6840;
}
.TagClassName
{
border-color: #BB6840;
}
</style>