Shades of Bourbon #B86F43
Tints of Bourbon #B86F43
RGB
CMYK
RGB Variations
Color information
#B86F43 (or 0xB86F43) is known color: Bourbon. HEX triplet: B8, 6F and 43. RGB value is (184,111,67). Sum of RGB (Red+Green+Blue) = 184+111+67=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86F43 is #4790BC. Grayscale: #808080. Windows color (decimal): -4690109 or 4419512. OLE color: 4419512.
HSL color Cylindrical-coordinate representation of color #B86F43: hue angle of 22.56º 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 #B86F43 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 67 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.28 |
| HSL | 22.56º | 0.47% | 0.49% | - |
| HSV(B) | 22.56º | 0.64% | 0.72% | - |
| XYZ | 26.46 | 21.96 | 8.15 | - |
| YUV | 127.81 | 93.68 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 67 | 0 | 0.40 | 0.64 | 0.28 | 22.56 | 0.47 | 0.49 |
| Hex | B8 | 6F | 43 | 0 | 28 | 40 | 1C | 17 | 2F | 31 |
| Octal | 270 | 157 | 103 | 0 | 50 | 100 | 34 | 27 | 57 | 61 |
| Binary | 10111000 | 1101111 | 1000011 | 0 | 101000 | 1000000 | 11100 | 10111 | 101111 | 110001 |
Color Harmonies of #B86F43
Complementary color
Monochromatic Colors of #B86F43
Black with #B86F43
Text Example
Text Example
White with #B86F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F43; }
p { color: rgb(184,111,67); }
H1.HeaderClassName
{
color: #B86F43;
}
.AnyTagClassName
{
color: #B86F43;
}
</style>
background-color css
<style>
a { background-color: #B86F43; }
a { background-color: rgb(184,111,67); }
div.DivClassName
{
background-color: #B86F43;
}
.BgClassName
{
background-color: #B86F43;
}
</style>
border-color css
<style>
span { border-color: #B86F43; }
span { border-color: rgb(184,111,67); }
td.TdClassName
{
border-color: #B86F43;
}
.TagClassName
{
border-color: #B86F43;
}
</style>