Shades of Bourbon #B37749
Tints of Bourbon #B37749
RGB
CMYK
RGB Variations
Color information
#B37749 (or 0xB37749) is known color: Bourbon. HEX triplet: B3, 77 and 49. RGB value is (179,119,73). Sum of RGB (Red+Green+Blue) = 179+119+73=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B37749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37749 is #4C88B6. Grayscale: #838383. Windows color (decimal): -5015735 or 4814771. OLE color: 4814771.
HSL color Cylindrical-coordinate representation of color #B37749: hue angle of 26.04º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B37749 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 73 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.30 |
| HSL | 26.04º | 0.42% | 0.49% | - |
| HSV(B) | 26.04º | 0.59% | 0.7% | - |
| XYZ | 26.39 | 23.26 | 9.4 | - |
| YUV | 131.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 73 | 0 | 0.34 | 0.59 | 0.30 | 26.04 | 0.42 | 0.49 |
| Hex | B3 | 77 | 49 | 0 | 22 | 3B | 1E | 1A | 2A | 31 |
| Octal | 263 | 167 | 111 | 0 | 42 | 73 | 36 | 32 | 52 | 61 |
| Binary | 10110011 | 1110111 | 1001001 | 0 | 100010 | 111011 | 11110 | 11010 | 101010 | 110001 |
Color Harmonies of #B37749
Complementary color
Monochromatic Colors of #B37749
Black with #B37749
Text Example
Text Example
White with #B37749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37749; }
p { color: rgb(179,119,73); }
H1.HeaderClassName
{
color: #B37749;
}
.AnyTagClassName
{
color: #B37749;
}
</style>
background-color css
<style>
a { background-color: #B37749; }
a { background-color: rgb(179,119,73); }
div.DivClassName
{
background-color: #B37749;
}
.BgClassName
{
background-color: #B37749;
}
</style>
border-color css
<style>
span { border-color: #B37749; }
span { border-color: rgb(179,119,73); }
td.TdClassName
{
border-color: #B37749;
}
.TagClassName
{
border-color: #B37749;
}
</style>