Shades of Bourbon #B57048
Tints of Bourbon #B57048
RGB
CMYK
RGB Variations
Color information
#B57048 (or 0xB57048) is known color: Bourbon. HEX triplet: B5, 70 and 48. RGB value is (181,112,72). Sum of RGB (Red+Green+Blue) = 181+112+72=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B57048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57048 is #4A8FB7. Grayscale: #808080. Windows color (decimal): -4886456 or 4747445. OLE color: 4747445.
HSL color Cylindrical-coordinate representation of color #B57048: hue angle of 22.02º 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 #B57048 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 72 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.29 |
| HSL | 22.02º | 0.43% | 0.5% | - |
| HSV(B) | 22.02º | 0.6% | 0.71% | - |
| XYZ | 26.02 | 21.88 | 8.98 | - |
| YUV | 128.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 72 | 0 | 0.38 | 0.60 | 0.29 | 22.02 | 0.43 | 0.5 |
| Hex | B5 | 70 | 48 | 0 | 26 | 3C | 1D | 16 | 2B | 32 |
| Octal | 265 | 160 | 110 | 0 | 46 | 74 | 35 | 26 | 53 | 62 |
| Binary | 10110101 | 1110000 | 1001000 | 0 | 100110 | 111100 | 11101 | 10110 | 101011 | 110010 |
Color Harmonies of #B57048
Complementary color
Monochromatic Colors of #B57048
Black with #B57048
Text Example
Text Example
White with #B57048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57048; }
p { color: rgb(181,112,72); }
H1.HeaderClassName
{
color: #B57048;
}
.AnyTagClassName
{
color: #B57048;
}
</style>
background-color css
<style>
a { background-color: #B57048; }
a { background-color: rgb(181,112,72); }
div.DivClassName
{
background-color: #B57048;
}
.BgClassName
{
background-color: #B57048;
}
</style>
border-color css
<style>
span { border-color: #B57048; }
span { border-color: rgb(181,112,72); }
td.TdClassName
{
border-color: #B57048;
}
.TagClassName
{
border-color: #B57048;
}
</style>