Shades of Bourbon #B46E49
Tints of Bourbon #B46E49
RGB
CMYK
RGB Variations
Color information
#B46E49 (or 0xB46E49) is known color: Bourbon. HEX triplet: B4, 6E and 49. RGB value is (180,110,73). Sum of RGB (Red+Green+Blue) = 180+110+73=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46E49 is #4B91B6. Grayscale: #7E7E7E. Windows color (decimal): -4952503 or 4812468. OLE color: 4812468.
HSL color Cylindrical-coordinate representation of color #B46E49: hue angle of 20.75º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B46E49 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 110 | 73 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.29 |
| HSL | 20.75º | 0.42% | 0.5% | - |
| HSV(B) | 20.75º | 0.59% | 0.71% | - |
| XYZ | 25.6 | 21.34 | 9.07 | - |
| YUV | 126.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 73 | 0 | 0.39 | 0.59 | 0.29 | 20.75 | 0.42 | 0.5 |
| Hex | B4 | 6E | 49 | 0 | 27 | 3B | 1D | 15 | 2A | 32 |
| Octal | 264 | 156 | 111 | 0 | 47 | 73 | 35 | 25 | 52 | 62 |
| Binary | 10110100 | 1101110 | 1001001 | 0 | 100111 | 111011 | 11101 | 10101 | 101010 | 110010 |
Color Harmonies of #B46E49
Complementary color
Monochromatic Colors of #B46E49
Black with #B46E49
Text Example
Text Example
White with #B46E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46E49; }
p { color: rgb(180,110,73); }
H1.HeaderClassName
{
color: #B46E49;
}
.AnyTagClassName
{
color: #B46E49;
}
</style>
background-color css
<style>
a { background-color: #B46E49; }
a { background-color: rgb(180,110,73); }
div.DivClassName
{
background-color: #B46E49;
}
.BgClassName
{
background-color: #B46E49;
}
</style>
border-color css
<style>
span { border-color: #B46E49; }
span { border-color: rgb(180,110,73); }
td.TdClassName
{
border-color: #B46E49;
}
.TagClassName
{
border-color: #B46E49;
}
</style>