Shades of Bourbon #B57049
Tints of Bourbon #B57049
RGB
CMYK
RGB Variations
Color information
#B57049 (or 0xB57049) is known color: Bourbon. HEX triplet: B5, 70 and 49. RGB value is (181,112,73). Sum of RGB (Red+Green+Blue) = 181+112+73=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B57049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57049 is #4A8FB6. Grayscale: #808080. Windows color (decimal): -4886455 or 4812981. OLE color: 4812981.
HSL color Cylindrical-coordinate representation of color #B57049: hue angle of 21.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B57049 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 73 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.29 |
| HSL | 21.67º | 0.43% | 0.5% | - |
| HSV(B) | 21.67º | 0.6% | 0.71% | - |
| XYZ | 26.05 | 21.89 | 9.16 | - |
| YUV | 128.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 73 | 0 | 0.38 | 0.60 | 0.29 | 21.67 | 0.43 | 0.5 |
| Hex | B5 | 70 | 49 | 0 | 26 | 3C | 1D | 16 | 2B | 32 |
| Octal | 265 | 160 | 111 | 0 | 46 | 74 | 35 | 26 | 53 | 62 |
| Binary | 10110101 | 1110000 | 1001001 | 0 | 100110 | 111100 | 11101 | 10110 | 101011 | 110010 |
Color Harmonies of #B57049
Complementary color
Monochromatic Colors of #B57049
Black with #B57049
Text Example
Text Example
White with #B57049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57049; }
p { color: rgb(181,112,73); }
H1.HeaderClassName
{
color: #B57049;
}
.AnyTagClassName
{
color: #B57049;
}
</style>
background-color css
<style>
a { background-color: #B57049; }
a { background-color: rgb(181,112,73); }
div.DivClassName
{
background-color: #B57049;
}
.BgClassName
{
background-color: #B57049;
}
</style>
border-color css
<style>
span { border-color: #B57049; }
span { border-color: rgb(181,112,73); }
td.TdClassName
{
border-color: #B57049;
}
.TagClassName
{
border-color: #B57049;
}
</style>