Shades of Bourbon #B37540
Tints of Bourbon #B37540
RGB
CMYK
RGB Variations
Color information
#B37540 (or 0xB37540) is known color: Bourbon. HEX triplet: B3, 75 and 40. RGB value is (179,117,64). Sum of RGB (Red+Green+Blue) = 179+117+64=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B37540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37540 is #4C8ABF. Grayscale: #818181. Windows color (decimal): -5016256 or 4224435. OLE color: 4224435.
HSL color Cylindrical-coordinate representation of color #B37540: hue angle of 27.65º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B37540 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 117 | 64 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.30 |
| HSL | 27.65º | 0.47% | 0.48% | - |
| HSV(B) | 27.65º | 0.64% | 0.7% | - |
| XYZ | 25.88 | 22.68 | 7.86 | - |
| YUV | 129.5 | 91.04 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 64 | 0 | 0.35 | 0.64 | 0.30 | 27.65 | 0.47 | 0.48 |
| Hex | B3 | 75 | 40 | 0 | 23 | 40 | 1E | 1C | 2F | 30 |
| Octal | 263 | 165 | 100 | 0 | 43 | 100 | 36 | 34 | 57 | 60 |
| Binary | 10110011 | 1110101 | 1000000 | 0 | 100011 | 1000000 | 11110 | 11100 | 101111 | 110000 |
Color Harmonies of #B37540
Complementary color
Monochromatic Colors of #B37540
Black with #B37540
Text Example
Text Example
White with #B37540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37540; }
p { color: rgb(179,117,64); }
H1.HeaderClassName
{
color: #B37540;
}
.AnyTagClassName
{
color: #B37540;
}
</style>
background-color css
<style>
a { background-color: #B37540; }
a { background-color: rgb(179,117,64); }
div.DivClassName
{
background-color: #B37540;
}
.BgClassName
{
background-color: #B37540;
}
</style>
border-color css
<style>
span { border-color: #B37540; }
span { border-color: rgb(179,117,64); }
td.TdClassName
{
border-color: #B37540;
}
.TagClassName
{
border-color: #B37540;
}
</style>