Shades of Bourbon #B37449
Tints of Bourbon #B37449
RGB
CMYK
RGB Variations
Color information
#B37449 (or 0xB37449) is known color: Bourbon. HEX triplet: B3, 74 and 49. RGB value is (179,116,73). Sum of RGB (Red+Green+Blue) = 179+116+73=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B37449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37449 is #4C8BB6. Grayscale: #828282. Windows color (decimal): -5016503 or 4814003. OLE color: 4814003.
HSL color Cylindrical-coordinate representation of color #B37449: hue angle of 24.34º 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 #B37449 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 73 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.30 |
| HSL | 24.34º | 0.42% | 0.49% | - |
| HSV(B) | 24.34º | 0.59% | 0.7% | - |
| XYZ | 26.04 | 22.56 | 9.28 | - |
| YUV | 129.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 73 | 0 | 0.35 | 0.59 | 0.30 | 24.34 | 0.42 | 0.49 |
| Hex | B3 | 74 | 49 | 0 | 23 | 3B | 1E | 18 | 2A | 31 |
| Octal | 263 | 164 | 111 | 0 | 43 | 73 | 36 | 30 | 52 | 61 |
| Binary | 10110011 | 1110100 | 1001001 | 0 | 100011 | 111011 | 11110 | 11000 | 101010 | 110001 |
Color Harmonies of #B37449
Complementary color
Monochromatic Colors of #B37449
Black with #B37449
Text Example
Text Example
White with #B37449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37449; }
p { color: rgb(179,116,73); }
H1.HeaderClassName
{
color: #B37449;
}
.AnyTagClassName
{
color: #B37449;
}
</style>
background-color css
<style>
a { background-color: #B37449; }
a { background-color: rgb(179,116,73); }
div.DivClassName
{
background-color: #B37449;
}
.BgClassName
{
background-color: #B37449;
}
</style>
border-color css
<style>
span { border-color: #B37449; }
span { border-color: rgb(179,116,73); }
td.TdClassName
{
border-color: #B37449;
}
.TagClassName
{
border-color: #B37449;
}
</style>