Shades of Bourbon #B57348
Tints of Bourbon #B57348
RGB
CMYK
RGB Variations
Color information
#B57348 (or 0xB57348) is known color: Bourbon. HEX triplet: B5, 73 and 48. RGB value is (181,115,72). Sum of RGB (Red+Green+Blue) = 181+115+72=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B57348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57348 is #4A8CB7. Grayscale: #828282. Windows color (decimal): -4885688 or 4748213. OLE color: 4748213.
HSL color Cylindrical-coordinate representation of color #B57348: hue angle of 23.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 #B57348 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 115 | 72 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.29 |
| HSL | 23.67º | 0.43% | 0.5% | - |
| HSV(B) | 23.67º | 0.6% | 0.71% | - |
| XYZ | 26.36 | 22.55 | 9.09 | - |
| YUV | 129.83 | 95.37 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 72 | 0 | 0.36 | 0.60 | 0.29 | 23.67 | 0.43 | 0.5 |
| Hex | B5 | 73 | 48 | 0 | 24 | 3C | 1D | 18 | 2B | 32 |
| Octal | 265 | 163 | 110 | 0 | 44 | 74 | 35 | 30 | 53 | 62 |
| Binary | 10110101 | 1110011 | 1001000 | 0 | 100100 | 111100 | 11101 | 11000 | 101011 | 110010 |
Color Harmonies of #B57348
Complementary color
Monochromatic Colors of #B57348
Black with #B57348
Text Example
Text Example
White with #B57348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57348; }
p { color: rgb(181,115,72); }
H1.HeaderClassName
{
color: #B57348;
}
.AnyTagClassName
{
color: #B57348;
}
</style>
background-color css
<style>
a { background-color: #B57348; }
a { background-color: rgb(181,115,72); }
div.DivClassName
{
background-color: #B57348;
}
.BgClassName
{
background-color: #B57348;
}
</style>
border-color css
<style>
span { border-color: #B57348; }
span { border-color: rgb(181,115,72); }
td.TdClassName
{
border-color: #B57348;
}
.TagClassName
{
border-color: #B57348;
}
</style>