Shades of Bourbon #B57541
Tints of Bourbon #B57541
RGB
CMYK
RGB Variations
Color information
#B57541 (or 0xB57541) is known color: Bourbon. HEX triplet: B5, 75 and 41. RGB value is (181,117,65). Sum of RGB (Red+Green+Blue) = 181+117+65=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B57541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57541 is #4A8ABE. Grayscale: #828282. Windows color (decimal): -4885183 or 4289973. OLE color: 4289973.
HSL color Cylindrical-coordinate representation of color #B57541: hue angle of 26.9º 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 #B57541 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 65 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.29 |
| HSL | 26.9º | 0.47% | 0.48% | - |
| HSV(B) | 26.9º | 0.64% | 0.71% | - |
| XYZ | 26.37 | 22.93 | 8.04 | - |
| YUV | 130.21 | 91.2 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 65 | 0 | 0.35 | 0.64 | 0.29 | 26.9 | 0.47 | 0.48 |
| Hex | B5 | 75 | 41 | 0 | 23 | 40 | 1D | 1B | 2F | 30 |
| Octal | 265 | 165 | 101 | 0 | 43 | 100 | 35 | 33 | 57 | 60 |
| Binary | 10110101 | 1110101 | 1000001 | 0 | 100011 | 1000000 | 11101 | 11011 | 101111 | 110000 |
Color Harmonies of #B57541
Complementary color
Monochromatic Colors of #B57541
Black with #B57541
Text Example
Text Example
White with #B57541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57541; }
p { color: rgb(181,117,65); }
H1.HeaderClassName
{
color: #B57541;
}
.AnyTagClassName
{
color: #B57541;
}
</style>
background-color css
<style>
a { background-color: #B57541; }
a { background-color: rgb(181,117,65); }
div.DivClassName
{
background-color: #B57541;
}
.BgClassName
{
background-color: #B57541;
}
</style>
border-color css
<style>
span { border-color: #B57541; }
span { border-color: rgb(181,117,65); }
td.TdClassName
{
border-color: #B57541;
}
.TagClassName
{
border-color: #B57541;
}
</style>