Shades of Bourbon #B86F49
Tints of Bourbon #B86F49
RGB
CMYK
RGB Variations
Color information
#B86F49 (or 0xB86F49) is known color: Bourbon. HEX triplet: B8, 6F and 49. RGB value is (184,111,73). Sum of RGB (Red+Green+Blue) = 184+111+73=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86F49 is #4790B6. Grayscale: #808080. Windows color (decimal): -4690103 or 4812728. OLE color: 4812728.
HSL color Cylindrical-coordinate representation of color #B86F49: hue angle of 20.54º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B86F49 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 73 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.28 |
| HSL | 20.54º | 0.44% | 0.5% | - |
| HSV(B) | 20.54º | 0.6% | 0.72% | - |
| XYZ | 26.65 | 22.04 | 9.15 | - |
| YUV | 128.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 73 | 0 | 0.40 | 0.60 | 0.28 | 20.54 | 0.44 | 0.5 |
| Hex | B8 | 6F | 49 | 0 | 28 | 3C | 1C | 15 | 2C | 32 |
| Octal | 270 | 157 | 111 | 0 | 50 | 74 | 34 | 25 | 54 | 62 |
| Binary | 10111000 | 1101111 | 1001001 | 0 | 101000 | 111100 | 11100 | 10101 | 101100 | 110010 |
Color Harmonies of #B86F49
Complementary color
Monochromatic Colors of #B86F49
Black with #B86F49
Text Example
Text Example
White with #B86F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F49; }
p { color: rgb(184,111,73); }
H1.HeaderClassName
{
color: #B86F49;
}
.AnyTagClassName
{
color: #B86F49;
}
</style>
background-color css
<style>
a { background-color: #B86F49; }
a { background-color: rgb(184,111,73); }
div.DivClassName
{
background-color: #B86F49;
}
.BgClassName
{
background-color: #B86F49;
}
</style>
border-color css
<style>
span { border-color: #B86F49; }
span { border-color: rgb(184,111,73); }
td.TdClassName
{
border-color: #B86F49;
}
.TagClassName
{
border-color: #B86F49;
}
</style>