Shades of Bourbon #B37740
Tints of Bourbon #B37740
RGB
CMYK
RGB Variations
Color information
#B37740 (or 0xB37740) is known color: Bourbon. HEX triplet: B3, 77 and 40. RGB value is (179,119,64). Sum of RGB (Red+Green+Blue) = 179+119+64=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B37740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37740 is #4C88BF. Grayscale: #828282. Windows color (decimal): -5015744 or 4224947. OLE color: 4224947.
HSL color Cylindrical-coordinate representation of color #B37740: hue angle of 28.7º 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 #B37740 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 64 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.30 |
| HSL | 28.7º | 0.47% | 0.48% | - |
| HSV(B) | 28.7º | 0.64% | 0.7% | - |
| XYZ | 26.11 | 23.15 | 7.94 | - |
| YUV | 130.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 64 | 0 | 0.34 | 0.64 | 0.30 | 28.7 | 0.47 | 0.48 |
| Hex | B3 | 77 | 40 | 0 | 22 | 40 | 1E | 1D | 2F | 30 |
| Octal | 263 | 167 | 100 | 0 | 42 | 100 | 36 | 35 | 57 | 60 |
| Binary | 10110011 | 1110111 | 1000000 | 0 | 100010 | 1000000 | 11110 | 11101 | 101111 | 110000 |
Color Harmonies of #B37740
Complementary color
Monochromatic Colors of #B37740
Black with #B37740
Text Example
Text Example
White with #B37740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37740; }
p { color: rgb(179,119,64); }
H1.HeaderClassName
{
color: #B37740;
}
.AnyTagClassName
{
color: #B37740;
}
</style>
background-color css
<style>
a { background-color: #B37740; }
a { background-color: rgb(179,119,64); }
div.DivClassName
{
background-color: #B37740;
}
.BgClassName
{
background-color: #B37740;
}
</style>
border-color css
<style>
span { border-color: #B37740; }
span { border-color: rgb(179,119,64); }
td.TdClassName
{
border-color: #B37740;
}
.TagClassName
{
border-color: #B37740;
}
</style>