Shades of Bourbon #B87247
Tints of Bourbon #B87247
RGB
CMYK
RGB Variations
Color information
#B87247 (or 0xB87247) is known color: Bourbon. HEX triplet: B8, 72 and 47. RGB value is (184,114,71). Sum of RGB (Red+Green+Blue) = 184+114+71=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B87247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87247 is #478DB8. Grayscale: #828282. Windows color (decimal): -4689337 or 4682424. OLE color: 4682424.
HSL color Cylindrical-coordinate representation of color #B87247: hue angle of 22.83º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B87247 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 71 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.28 |
| HSL | 22.83º | 0.44% | 0.5% | - |
| HSV(B) | 22.83º | 0.61% | 0.72% | - |
| XYZ | 26.92 | 22.68 | 8.92 | - |
| YUV | 130.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 71 | 0 | 0.38 | 0.61 | 0.28 | 22.83 | 0.44 | 0.5 |
| Hex | B8 | 72 | 47 | 0 | 26 | 3D | 1C | 17 | 2C | 32 |
| Octal | 270 | 162 | 107 | 0 | 46 | 75 | 34 | 27 | 54 | 62 |
| Binary | 10111000 | 1110010 | 1000111 | 0 | 100110 | 111101 | 11100 | 10111 | 101100 | 110010 |
Color Harmonies of #B87247
Complementary color
Monochromatic Colors of #B87247
Black with #B87247
Text Example
Text Example
White with #B87247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87247; }
p { color: rgb(184,114,71); }
H1.HeaderClassName
{
color: #B87247;
}
.AnyTagClassName
{
color: #B87247;
}
</style>
background-color css
<style>
a { background-color: #B87247; }
a { background-color: rgb(184,114,71); }
div.DivClassName
{
background-color: #B87247;
}
.BgClassName
{
background-color: #B87247;
}
</style>
border-color css
<style>
span { border-color: #B87247; }
span { border-color: rgb(184,114,71); }
td.TdClassName
{
border-color: #B87247;
}
.TagClassName
{
border-color: #B87247;
}
</style>