Shades of Bourbon #B57045
Tints of Bourbon #B57045
RGB
CMYK
RGB Variations
Color information
#B57045 (or 0xB57045) is known color: Bourbon. HEX triplet: B5, 70 and 45. RGB value is (181,112,69). Sum of RGB (Red+Green+Blue) = 181+112+69=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B57045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57045 is #4A8FBA. Grayscale: #7F7F7F. Windows color (decimal): -4886459 or 4550837. OLE color: 4550837.
HSL color Cylindrical-coordinate representation of color #B57045: hue angle of 23.04º 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 #B57045 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 69 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.29 |
| HSL | 23.04º | 0.45% | 0.49% | - |
| HSV(B) | 23.04º | 0.62% | 0.71% | - |
| XYZ | 25.92 | 21.84 | 8.48 | - |
| YUV | 127.73 | 94.86 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 69 | 0 | 0.38 | 0.62 | 0.29 | 23.04 | 0.45 | 0.49 |
| Hex | B5 | 70 | 45 | 0 | 26 | 3E | 1D | 17 | 2D | 31 |
| Octal | 265 | 160 | 105 | 0 | 46 | 76 | 35 | 27 | 55 | 61 |
| Binary | 10110101 | 1110000 | 1000101 | 0 | 100110 | 111110 | 11101 | 10111 | 101101 | 110001 |
Color Harmonies of #B57045
Complementary color
Monochromatic Colors of #B57045
Black with #B57045
Text Example
Text Example
White with #B57045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57045; }
p { color: rgb(181,112,69); }
H1.HeaderClassName
{
color: #B57045;
}
.AnyTagClassName
{
color: #B57045;
}
</style>
background-color css
<style>
a { background-color: #B57045; }
a { background-color: rgb(181,112,69); }
div.DivClassName
{
background-color: #B57045;
}
.BgClassName
{
background-color: #B57045;
}
</style>
border-color css
<style>
span { border-color: #B57045; }
span { border-color: rgb(181,112,69); }
td.TdClassName
{
border-color: #B57045;
}
.TagClassName
{
border-color: #B57045;
}
</style>