Shades of Bourbon #B87144
Tints of Bourbon #B87144
RGB
CMYK
RGB Variations
Color information
#B87144 (or 0xB87144) is known color: Bourbon. HEX triplet: B8, 71 and 44. RGB value is (184,113,68). Sum of RGB (Red+Green+Blue) = 184+113+68=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B87144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87144 is #478EBB. Grayscale: #818181. Windows color (decimal): -4689596 or 4485560. OLE color: 4485560.
HSL color Cylindrical-coordinate representation of color #B87144: hue angle of 23.28º 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 #B87144 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 68 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.28 |
| HSL | 23.28º | 0.46% | 0.49% | - |
| HSV(B) | 23.28º | 0.63% | 0.72% | - |
| XYZ | 26.72 | 22.42 | 8.39 | - |
| YUV | 129.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 68 | 0 | 0.39 | 0.63 | 0.28 | 23.28 | 0.46 | 0.49 |
| Hex | B8 | 71 | 44 | 0 | 27 | 3F | 1C | 17 | 2E | 31 |
| Octal | 270 | 161 | 104 | 0 | 47 | 77 | 34 | 27 | 56 | 61 |
| Binary | 10111000 | 1110001 | 1000100 | 0 | 100111 | 111111 | 11100 | 10111 | 101110 | 110001 |
Color Harmonies of #B87144
Complementary color
Monochromatic Colors of #B87144
Black with #B87144
Text Example
Text Example
White with #B87144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87144; }
p { color: rgb(184,113,68); }
H1.HeaderClassName
{
color: #B87144;
}
.AnyTagClassName
{
color: #B87144;
}
</style>
background-color css
<style>
a { background-color: #B87144; }
a { background-color: rgb(184,113,68); }
div.DivClassName
{
background-color: #B87144;
}
.BgClassName
{
background-color: #B87144;
}
</style>
border-color css
<style>
span { border-color: #B87144; }
span { border-color: rgb(184,113,68); }
td.TdClassName
{
border-color: #B87144;
}
.TagClassName
{
border-color: #B87144;
}
</style>