Shades of Bourbon #B57547
Tints of Bourbon #B57547
RGB
CMYK
RGB Variations
Color information
#B57547 (or 0xB57547) is known color: Bourbon. HEX triplet: B5, 75 and 47. RGB value is (181,117,71). Sum of RGB (Red+Green+Blue) = 181+117+71=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B57547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57547 is #4A8AB8. Grayscale: #838383. Windows color (decimal): -4885177 or 4683189. OLE color: 4683189.
HSL color Cylindrical-coordinate representation of color #B57547: hue angle of 25.09º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B57547 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 71 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.29 |
| HSL | 25.09º | 0.44% | 0.49% | - |
| HSV(B) | 25.09º | 0.61% | 0.71% | - |
| XYZ | 26.55 | 23 | 9 | - |
| YUV | 130.89 | 94.2 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 71 | 0 | 0.35 | 0.61 | 0.29 | 25.09 | 0.44 | 0.49 |
| Hex | B5 | 75 | 47 | 0 | 23 | 3D | 1D | 19 | 2C | 31 |
| Octal | 265 | 165 | 107 | 0 | 43 | 75 | 35 | 31 | 54 | 61 |
| Binary | 10110101 | 1110101 | 1000111 | 0 | 100011 | 111101 | 11101 | 11001 | 101100 | 110001 |
Color Harmonies of #B57547
Complementary color
Monochromatic Colors of #B57547
Black with #B57547
Text Example
Text Example
White with #B57547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57547; }
p { color: rgb(181,117,71); }
H1.HeaderClassName
{
color: #B57547;
}
.AnyTagClassName
{
color: #B57547;
}
</style>
background-color css
<style>
a { background-color: #B57547; }
a { background-color: rgb(181,117,71); }
div.DivClassName
{
background-color: #B57547;
}
.BgClassName
{
background-color: #B57547;
}
</style>
border-color css
<style>
span { border-color: #B57547; }
span { border-color: rgb(181,117,71); }
td.TdClassName
{
border-color: #B57547;
}
.TagClassName
{
border-color: #B57547;
}
</style>