Shades of Bourbon #B87349
Tints of Bourbon #B87349
RGB
CMYK
RGB Variations
Color information
#B87349 (or 0xB87349) is known color: Bourbon. HEX triplet: B8, 73 and 49. RGB value is (184,115,73). Sum of RGB (Red+Green+Blue) = 184+115+73=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B87349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87349 is #478CB6. Grayscale: #838383. Windows color (decimal): -4689079 or 4813752. OLE color: 4813752.
HSL color Cylindrical-coordinate representation of color #B87349: hue angle of 22.7º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B87349 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 73 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.28 |
| HSL | 22.7º | 0.44% | 0.5% | - |
| HSV(B) | 22.7º | 0.6% | 0.72% | - |
| XYZ | 27.1 | 22.93 | 9.3 | - |
| YUV | 130.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 73 | 0 | 0.38 | 0.60 | 0.28 | 22.7 | 0.44 | 0.5 |
| Hex | B8 | 73 | 49 | 0 | 26 | 3C | 1C | 17 | 2C | 32 |
| Octal | 270 | 163 | 111 | 0 | 46 | 74 | 34 | 27 | 54 | 62 |
| Binary | 10111000 | 1110011 | 1001001 | 0 | 100110 | 111100 | 11100 | 10111 | 101100 | 110010 |
Color Harmonies of #B87349
Complementary color
Monochromatic Colors of #B87349
Black with #B87349
Text Example
Text Example
White with #B87349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87349; }
p { color: rgb(184,115,73); }
H1.HeaderClassName
{
color: #B87349;
}
.AnyTagClassName
{
color: #B87349;
}
</style>
background-color css
<style>
a { background-color: #B87349; }
a { background-color: rgb(184,115,73); }
div.DivClassName
{
background-color: #B87349;
}
.BgClassName
{
background-color: #B87349;
}
</style>
border-color css
<style>
span { border-color: #B87349; }
span { border-color: rgb(184,115,73); }
td.TdClassName
{
border-color: #B87349;
}
.TagClassName
{
border-color: #B87349;
}
</style>