Shades of Bourbon #B57245
Tints of Bourbon #B57245
RGB
CMYK
RGB Variations
Color information
#B57245 (or 0xB57245) is known color: Bourbon. HEX triplet: B5, 72 and 45. RGB value is (181,114,69). Sum of RGB (Red+Green+Blue) = 181+114+69=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B57245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57245 is #4A8DBA. Grayscale: #818181. Windows color (decimal): -4885947 or 4551349. OLE color: 4551349.
HSL color Cylindrical-coordinate representation of color #B57245: 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 #B57245 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 69 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.29 |
| HSL | 24.11º | 0.45% | 0.49% | - |
| HSV(B) | 24.11º | 0.62% | 0.71% | - |
| XYZ | 26.15 | 22.29 | 8.55 | - |
| YUV | 128.9 | 94.2 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 69 | 0 | 0.37 | 0.62 | 0.29 | 24.11 | 0.45 | 0.49 |
| Hex | B5 | 72 | 45 | 0 | 25 | 3E | 1D | 18 | 2D | 31 |
| Octal | 265 | 162 | 105 | 0 | 45 | 76 | 35 | 30 | 55 | 61 |
| Binary | 10110101 | 1110010 | 1000101 | 0 | 100101 | 111110 | 11101 | 11000 | 101101 | 110001 |
Color Harmonies of #B57245
Complementary color
Monochromatic Colors of #B57245
Black with #B57245
Text Example
Text Example
White with #B57245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57245; }
p { color: rgb(181,114,69); }
H1.HeaderClassName
{
color: #B57245;
}
.AnyTagClassName
{
color: #B57245;
}
</style>
background-color css
<style>
a { background-color: #B57245; }
a { background-color: rgb(181,114,69); }
div.DivClassName
{
background-color: #B57245;
}
.BgClassName
{
background-color: #B57245;
}
</style>
border-color css
<style>
span { border-color: #B57245; }
span { border-color: rgb(181,114,69); }
td.TdClassName
{
border-color: #B57245;
}
.TagClassName
{
border-color: #B57245;
}
</style>