Shades of Bourbon #BB6E41
Tints of Bourbon #BB6E41
RGB
CMYK
RGB Variations
Color information
#BB6E41 (or 0xBB6E41) is known color: Bourbon. HEX triplet: BB, 6E and 41. RGB value is (187,110,65). Sum of RGB (Red+Green+Blue) = 187+110+65=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E41 is #4491BE. Grayscale: #808080. Windows color (decimal): -4493759 or 4288187. OLE color: 4288187.
HSL color Cylindrical-coordinate representation of color #BB6E41: hue angle of 22.13º 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 #BB6E41 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 110 | 65 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.27 |
| HSL | 22.13º | 0.48% | 0.49% | - |
| HSV(B) | 22.13º | 0.65% | 0.73% | - |
| XYZ | 27.02 | 22.1 | 7.84 | - |
| YUV | 127.89 | 92.51 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 65 | 0 | 0.41 | 0.65 | 0.27 | 22.13 | 0.48 | 0.49 |
| Hex | BB | 6E | 41 | 0 | 29 | 41 | 1B | 16 | 30 | 31 |
| Octal | 273 | 156 | 101 | 0 | 51 | 101 | 33 | 26 | 60 | 61 |
| Binary | 10111011 | 1101110 | 1000001 | 0 | 101001 | 1000001 | 11011 | 10110 | 110000 | 110001 |
Color Harmonies of #BB6E41
Complementary color
Monochromatic Colors of #BB6E41
Black with #BB6E41
Text Example
Text Example
White with #BB6E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6E41; }
p { color: rgb(187,110,65); }
H1.HeaderClassName
{
color: #BB6E41;
}
.AnyTagClassName
{
color: #BB6E41;
}
</style>
background-color css
<style>
a { background-color: #BB6E41; }
a { background-color: rgb(187,110,65); }
div.DivClassName
{
background-color: #BB6E41;
}
.BgClassName
{
background-color: #BB6E41;
}
</style>
border-color css
<style>
span { border-color: #BB6E41; }
span { border-color: rgb(187,110,65); }
td.TdClassName
{
border-color: #BB6E41;
}
.TagClassName
{
border-color: #BB6E41;
}
</style>