Shades of Bourbon #BB6F44
Tints of Bourbon #BB6F44
RGB
CMYK
RGB Variations
Color information
#BB6F44 (or 0xBB6F44) is known color: Bourbon. HEX triplet: BB, 6F and 44. RGB value is (187,111,68). Sum of RGB (Red+Green+Blue) = 187+111+68=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6F44 is #4490BB. Grayscale: #818181. Windows color (decimal): -4493500 or 4485051. OLE color: 4485051.
HSL color Cylindrical-coordinate representation of color #BB6F44: hue angle of 21.68º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB6F44 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 111 | 68 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.27 |
| HSL | 21.68º | 0.47% | 0.5% | - |
| HSV(B) | 21.68º | 0.64% | 0.73% | - |
| XYZ | 27.22 | 22.35 | 8.35 | - |
| YUV | 128.82 | 93.68 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 68 | 0 | 0.41 | 0.64 | 0.27 | 21.68 | 0.47 | 0.5 |
| Hex | BB | 6F | 44 | 0 | 29 | 40 | 1B | 16 | 2F | 32 |
| Octal | 273 | 157 | 104 | 0 | 51 | 100 | 33 | 26 | 57 | 62 |
| Binary | 10111011 | 1101111 | 1000100 | 0 | 101001 | 1000000 | 11011 | 10110 | 101111 | 110010 |
Color Harmonies of #BB6F44
Complementary color
Monochromatic Colors of #BB6F44
Black with #BB6F44
Text Example
Text Example
White with #BB6F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6F44; }
p { color: rgb(187,111,68); }
H1.HeaderClassName
{
color: #BB6F44;
}
.AnyTagClassName
{
color: #BB6F44;
}
</style>
background-color css
<style>
a { background-color: #BB6F44; }
a { background-color: rgb(187,111,68); }
div.DivClassName
{
background-color: #BB6F44;
}
.BgClassName
{
background-color: #BB6F44;
}
</style>
border-color css
<style>
span { border-color: #BB6F44; }
span { border-color: rgb(187,111,68); }
td.TdClassName
{
border-color: #BB6F44;
}
.TagClassName
{
border-color: #BB6F44;
}
</style>