Shades of Bourbon #B86F44
Tints of Bourbon #B86F44
RGB
CMYK
RGB Variations
Color information
#B86F44 (or 0xB86F44) is known color: Bourbon. HEX triplet: B8, 6F and 44. RGB value is (184,111,68). Sum of RGB (Red+Green+Blue) = 184+111+68=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86F44 is #4790BB. Grayscale: #808080. Windows color (decimal): -4690108 or 4485048. OLE color: 4485048.
HSL color Cylindrical-coordinate representation of color #B86F44: hue angle of 22.24º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B86F44 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 68 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.28 |
| HSL | 22.24º | 0.46% | 0.49% | - |
| HSV(B) | 22.24º | 0.63% | 0.72% | - |
| XYZ | 26.49 | 21.98 | 8.31 | - |
| YUV | 127.93 | 94.18 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 68 | 0 | 0.40 | 0.63 | 0.28 | 22.24 | 0.46 | 0.49 |
| Hex | B8 | 6F | 44 | 0 | 28 | 3F | 1C | 16 | 2E | 31 |
| Octal | 270 | 157 | 104 | 0 | 50 | 77 | 34 | 26 | 56 | 61 |
| Binary | 10111000 | 1101111 | 1000100 | 0 | 101000 | 111111 | 11100 | 10110 | 101110 | 110001 |
Color Harmonies of #B86F44
Complementary color
Monochromatic Colors of #B86F44
Black with #B86F44
Text Example
Text Example
White with #B86F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F44; }
p { color: rgb(184,111,68); }
H1.HeaderClassName
{
color: #B86F44;
}
.AnyTagClassName
{
color: #B86F44;
}
</style>
background-color css
<style>
a { background-color: #B86F44; }
a { background-color: rgb(184,111,68); }
div.DivClassName
{
background-color: #B86F44;
}
.BgClassName
{
background-color: #B86F44;
}
</style>
border-color css
<style>
span { border-color: #B86F44; }
span { border-color: rgb(184,111,68); }
td.TdClassName
{
border-color: #B86F44;
}
.TagClassName
{
border-color: #B86F44;
}
</style>