Shades of Bourbon #BB6F41
Tints of Bourbon #BB6F41
RGB
CMYK
RGB Variations
Color information
#BB6F41 (or 0xBB6F41) is known color: Bourbon. HEX triplet: BB, 6F and 41. RGB value is (187,111,65). Sum of RGB (Red+Green+Blue) = 187+111+65=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6F41 is #4490BE. Grayscale: #808080. Windows color (decimal): -4493503 or 4288443. OLE color: 4288443.
HSL color Cylindrical-coordinate representation of color #BB6F41: hue angle of 22.62º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB6F41 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 111 | 65 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.27 |
| HSL | 22.62º | 0.48% | 0.49% | - |
| HSV(B) | 22.62º | 0.65% | 0.73% | - |
| XYZ | 27.13 | 22.32 | 7.88 | - |
| YUV | 128.48 | 92.18 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 65 | 0 | 0.41 | 0.65 | 0.27 | 22.62 | 0.48 | 0.49 |
| Hex | BB | 6F | 41 | 0 | 29 | 41 | 1B | 17 | 30 | 31 |
| Octal | 273 | 157 | 101 | 0 | 51 | 101 | 33 | 27 | 60 | 61 |
| Binary | 10111011 | 1101111 | 1000001 | 0 | 101001 | 1000001 | 11011 | 10111 | 110000 | 110001 |
Color Harmonies of #BB6F41
Complementary color
Monochromatic Colors of #BB6F41
Black with #BB6F41
Text Example
Text Example
White with #BB6F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6F41; }
p { color: rgb(187,111,65); }
H1.HeaderClassName
{
color: #BB6F41;
}
.AnyTagClassName
{
color: #BB6F41;
}
</style>
background-color css
<style>
a { background-color: #BB6F41; }
a { background-color: rgb(187,111,65); }
div.DivClassName
{
background-color: #BB6F41;
}
.BgClassName
{
background-color: #BB6F41;
}
</style>
border-color css
<style>
span { border-color: #BB6F41; }
span { border-color: rgb(187,111,65); }
td.TdClassName
{
border-color: #BB6F41;
}
.TagClassName
{
border-color: #BB6F41;
}
</style>