Shades of Bourbon #B87344
Tints of Bourbon #B87344
RGB
CMYK
RGB Variations
Color information
#B87344 (or 0xB87344) is known color: Bourbon. HEX triplet: B8, 73 and 44. RGB value is (184,115,68). Sum of RGB (Red+Green+Blue) = 184+115+68=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B87344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87344 is #478CBB. Grayscale: #828282. Windows color (decimal): -4689084 or 4486072. OLE color: 4486072.
HSL color Cylindrical-coordinate representation of color #B87344: hue angle of 24.31º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B87344 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 68 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.28 |
| HSL | 24.31º | 0.46% | 0.49% | - |
| HSV(B) | 24.31º | 0.63% | 0.72% | - |
| XYZ | 26.94 | 22.87 | 8.46 | - |
| YUV | 130.27 | 92.86 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 68 | 0 | 0.38 | 0.63 | 0.28 | 24.31 | 0.46 | 0.49 |
| Hex | B8 | 73 | 44 | 0 | 26 | 3F | 1C | 18 | 2E | 31 |
| Octal | 270 | 163 | 104 | 0 | 46 | 77 | 34 | 30 | 56 | 61 |
| Binary | 10111000 | 1110011 | 1000100 | 0 | 100110 | 111111 | 11100 | 11000 | 101110 | 110001 |
Color Harmonies of #B87344
Complementary color
Monochromatic Colors of #B87344
Black with #B87344
Text Example
Text Example
White with #B87344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87344; }
p { color: rgb(184,115,68); }
H1.HeaderClassName
{
color: #B87344;
}
.AnyTagClassName
{
color: #B87344;
}
</style>
background-color css
<style>
a { background-color: #B87344; }
a { background-color: rgb(184,115,68); }
div.DivClassName
{
background-color: #B87344;
}
.BgClassName
{
background-color: #B87344;
}
</style>
border-color css
<style>
span { border-color: #B87344; }
span { border-color: rgb(184,115,68); }
td.TdClassName
{
border-color: #B87344;
}
.TagClassName
{
border-color: #B87344;
}
</style>