Shades of Bourbon #B86943
Tints of Bourbon #B86943
RGB
CMYK
RGB Variations
Color information
#B86943 (or 0xB86943) is known color: Bourbon. HEX triplet: B8, 69 and 43. RGB value is (184,105,67). Sum of RGB (Red+Green+Blue) = 184+105+67=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B86943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86943 is #4796BC. Grayscale: #7C7C7C. Windows color (decimal): -4691645 or 4417976. OLE color: 4417976.
HSL color Cylindrical-coordinate representation of color #B86943: hue angle of 19.49º 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 #B86943 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 67 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.28 |
| HSL | 19.49º | 0.47% | 0.49% | - |
| HSV(B) | 19.49º | 0.64% | 0.72% | - |
| XYZ | 25.83 | 20.7 | 7.94 | - |
| YUV | 124.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 67 | 0 | 0.43 | 0.64 | 0.28 | 19.49 | 0.47 | 0.49 |
| Hex | B8 | 69 | 43 | 0 | 2B | 40 | 1C | 13 | 2F | 31 |
| Octal | 270 | 151 | 103 | 0 | 53 | 100 | 34 | 23 | 57 | 61 |
| Binary | 10111000 | 1101001 | 1000011 | 0 | 101011 | 1000000 | 11100 | 10011 | 101111 | 110001 |
Color Harmonies of #B86943
Complementary color
Monochromatic Colors of #B86943
Black with #B86943
Text Example
Text Example
White with #B86943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86943; }
p { color: rgb(184,105,67); }
H1.HeaderClassName
{
color: #B86943;
}
.AnyTagClassName
{
color: #B86943;
}
</style>
background-color css
<style>
a { background-color: #B86943; }
a { background-color: rgb(184,105,67); }
div.DivClassName
{
background-color: #B86943;
}
.BgClassName
{
background-color: #B86943;
}
</style>
border-color css
<style>
span { border-color: #B86943; }
span { border-color: rgb(184,105,67); }
td.TdClassName
{
border-color: #B86943;
}
.TagClassName
{
border-color: #B86943;
}
</style>