Shades of Bourbon #B86B43
Tints of Bourbon #B86B43
RGB
CMYK
RGB Variations
Color information
#B86B43 (or 0xB86B43) is known color: Bourbon. HEX triplet: B8, 6B and 43. RGB value is (184,107,67). Sum of RGB (Red+Green+Blue) = 184+107+67=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86B43 is #4794BC. Grayscale: #7D7D7D. Windows color (decimal): -4691133 or 4418488. OLE color: 4418488.
HSL color Cylindrical-coordinate representation of color #B86B43: hue angle of 20.51º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B86B43 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 67 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.28 |
| HSL | 20.51º | 0.47% | 0.49% | - |
| HSV(B) | 20.51º | 0.64% | 0.72% | - |
| XYZ | 26.04 | 21.11 | 8.01 | - |
| YUV | 125.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 67 | 0 | 0.42 | 0.64 | 0.28 | 20.51 | 0.47 | 0.49 |
| Hex | B8 | 6B | 43 | 0 | 2A | 40 | 1C | 15 | 2F | 31 |
| Octal | 270 | 153 | 103 | 0 | 52 | 100 | 34 | 25 | 57 | 61 |
| Binary | 10111000 | 1101011 | 1000011 | 0 | 101010 | 1000000 | 11100 | 10101 | 101111 | 110001 |
Color Harmonies of #B86B43
Complementary color
Monochromatic Colors of #B86B43
Black with #B86B43
Text Example
Text Example
White with #B86B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86B43; }
p { color: rgb(184,107,67); }
H1.HeaderClassName
{
color: #B86B43;
}
.AnyTagClassName
{
color: #B86B43;
}
</style>
background-color css
<style>
a { background-color: #B86B43; }
a { background-color: rgb(184,107,67); }
div.DivClassName
{
background-color: #B86B43;
}
.BgClassName
{
background-color: #B86B43;
}
</style>
border-color css
<style>
span { border-color: #B86B43; }
span { border-color: rgb(184,107,67); }
td.TdClassName
{
border-color: #B86B43;
}
.TagClassName
{
border-color: #B86B43;
}
</style>