Shades of Bourbon #B47144
Tints of Bourbon #B47144
RGB
CMYK
RGB Variations
Color information
#B47144 (or 0xB47144) is known color: Bourbon. HEX triplet: B4, 71 and 44. RGB value is (180,113,68). Sum of RGB (Red+Green+Blue) = 180+113+68=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B47144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47144 is #4B8EBB. Grayscale: #808080. Windows color (decimal): -4951740 or 4485556. OLE color: 4485556.
HSL color Cylindrical-coordinate representation of color #B47144: hue angle of 24.11º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B47144 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 68 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.29 |
| HSL | 24.11º | 0.45% | 0.49% | - |
| HSV(B) | 24.11º | 0.62% | 0.71% | - |
| XYZ | 25.77 | 21.93 | 8.34 | - |
| YUV | 127.9 | 94.2 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 68 | 0 | 0.37 | 0.62 | 0.29 | 24.11 | 0.45 | 0.49 |
| Hex | B4 | 71 | 44 | 0 | 25 | 3E | 1D | 18 | 2D | 31 |
| Octal | 264 | 161 | 104 | 0 | 45 | 76 | 35 | 30 | 55 | 61 |
| Binary | 10110100 | 1110001 | 1000100 | 0 | 100101 | 111110 | 11101 | 11000 | 101101 | 110001 |
Color Harmonies of #B47144
Complementary color
Monochromatic Colors of #B47144
Black with #B47144
Text Example
Text Example
White with #B47144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47144; }
p { color: rgb(180,113,68); }
H1.HeaderClassName
{
color: #B47144;
}
.AnyTagClassName
{
color: #B47144;
}
</style>
background-color css
<style>
a { background-color: #B47144; }
a { background-color: rgb(180,113,68); }
div.DivClassName
{
background-color: #B47144;
}
.BgClassName
{
background-color: #B47144;
}
</style>
border-color css
<style>
span { border-color: #B47144; }
span { border-color: rgb(180,113,68); }
td.TdClassName
{
border-color: #B47144;
}
.TagClassName
{
border-color: #B47144;
}
</style>