Shades of Bourbon #B57242
Tints of Bourbon #B57242
RGB
CMYK
RGB Variations
Color information
#B57242 (or 0xB57242) is known color: Bourbon. HEX triplet: B5, 72 and 42. RGB value is (181,114,66). Sum of RGB (Red+Green+Blue) = 181+114+66=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B57242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57242 is #4A8DBD. Grayscale: #808080. Windows color (decimal): -4885950 or 4354741. OLE color: 4354741.
HSL color Cylindrical-coordinate representation of color #B57242: hue angle of 25.04º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B57242 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 66 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.29 |
| HSL | 25.04º | 0.47% | 0.48% | - |
| HSV(B) | 25.04º | 0.64% | 0.71% | - |
| XYZ | 26.06 | 22.25 | 8.08 | - |
| YUV | 128.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 66 | 0 | 0.37 | 0.64 | 0.29 | 25.04 | 0.47 | 0.48 |
| Hex | B5 | 72 | 42 | 0 | 25 | 40 | 1D | 19 | 2F | 30 |
| Octal | 265 | 162 | 102 | 0 | 45 | 100 | 35 | 31 | 57 | 60 |
| Binary | 10110101 | 1110010 | 1000010 | 0 | 100101 | 1000000 | 11101 | 11001 | 101111 | 110000 |
Color Harmonies of #B57242
Complementary color
Monochromatic Colors of #B57242
Black with #B57242
Text Example
Text Example
White with #B57242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57242; }
p { color: rgb(181,114,66); }
H1.HeaderClassName
{
color: #B57242;
}
.AnyTagClassName
{
color: #B57242;
}
</style>
background-color css
<style>
a { background-color: #B57242; }
a { background-color: rgb(181,114,66); }
div.DivClassName
{
background-color: #B57242;
}
.BgClassName
{
background-color: #B57242;
}
</style>
border-color css
<style>
span { border-color: #B57242; }
span { border-color: rgb(181,114,66); }
td.TdClassName
{
border-color: #B57242;
}
.TagClassName
{
border-color: #B57242;
}
</style>