Shades of Bourbon #B87245
Tints of Bourbon #B87245
RGB
CMYK
RGB Variations
Color information
#B87245 (or 0xB87245) is known color: Bourbon. HEX triplet: B8, 72 and 45. RGB value is (184,114,69). Sum of RGB (Red+Green+Blue) = 184+114+69=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B87245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87245 is #478DBA. Grayscale: #828282. Windows color (decimal): -4689339 or 4551352. OLE color: 4551352.
HSL color Cylindrical-coordinate representation of color #B87245: hue angle of 23.48º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B87245 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 69 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.28 |
| HSL | 23.48º | 0.45% | 0.5% | - |
| HSV(B) | 23.48º | 0.63% | 0.72% | - |
| XYZ | 26.86 | 22.65 | 8.59 | - |
| YUV | 129.8 | 93.69 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 69 | 0 | 0.38 | 0.62 | 0.28 | 23.48 | 0.45 | 0.5 |
| Hex | B8 | 72 | 45 | 0 | 26 | 3E | 1C | 17 | 2D | 32 |
| Octal | 270 | 162 | 105 | 0 | 46 | 76 | 34 | 27 | 55 | 62 |
| Binary | 10111000 | 1110010 | 1000101 | 0 | 100110 | 111110 | 11100 | 10111 | 101101 | 110010 |
Color Harmonies of #B87245
Complementary color
Monochromatic Colors of #B87245
Black with #B87245
Text Example
Text Example
White with #B87245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87245; }
p { color: rgb(184,114,69); }
H1.HeaderClassName
{
color: #B87245;
}
.AnyTagClassName
{
color: #B87245;
}
</style>
background-color css
<style>
a { background-color: #B87245; }
a { background-color: rgb(184,114,69); }
div.DivClassName
{
background-color: #B87245;
}
.BgClassName
{
background-color: #B87245;
}
</style>
border-color css
<style>
span { border-color: #B87245; }
span { border-color: rgb(184,114,69); }
td.TdClassName
{
border-color: #B87245;
}
.TagClassName
{
border-color: #B87245;
}
</style>