Shades of Bourbon #B9704A
Tints of Bourbon #B9704A
RGB
CMYK
RGB Variations
Color information
#B9704A (or 0xB9704A) is known color: Bourbon. HEX triplet: B9, 70 and 4A. RGB value is (185,112,74). Sum of RGB (Red+Green+Blue) = 185+112+74=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B9704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9704A is #468FB5. Grayscale: #818181. Windows color (decimal): -4624310 or 4878521. OLE color: 4878521.
HSL color Cylindrical-coordinate representation of color #B9704A: hue angle of 20.54º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9704A is Cyan = 0, Magento = 0.39, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 74 | - |
| CMYK | 0 | 0.39 | 0.6 | 0.27 |
| HSL | 20.54º | 0.44% | 0.51% | - |
| HSV(B) | 20.54º | 0.6% | 0.73% | - |
| XYZ | 27.04 | 22.4 | 9.38 | - |
| YUV | 129.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 74 | 0 | 0.39 | 0.6 | 0.27 | 20.54 | 0.44 | 0.51 |
| Hex | B9 | 70 | 4A | 0 | 27 | 3C | 1B | 15 | 2C | 33 |
| Octal | 271 | 160 | 112 | 0 | 47 | 74 | 33 | 25 | 54 | 63 |
| Binary | 10111001 | 1110000 | 1001010 | 0 | 100111 | 111100 | 11011 | 10101 | 101100 | 110011 |
Color Harmonies of #B9704A
Complementary color
Monochromatic Colors of #B9704A
Black with #B9704A
Text Example
Text Example
White with #B9704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9704A; }
p { color: rgb(185,112,74); }
H1.HeaderClassName
{
color: #B9704A;
}
.AnyTagClassName
{
color: #B9704A;
}
</style>
background-color css
<style>
a { background-color: #B9704A; }
a { background-color: rgb(185,112,74); }
div.DivClassName
{
background-color: #B9704A;
}
.BgClassName
{
background-color: #B9704A;
}
</style>
border-color css
<style>
span { border-color: #B9704A; }
span { border-color: rgb(185,112,74); }
td.TdClassName
{
border-color: #B9704A;
}
.TagClassName
{
border-color: #B9704A;
}
</style>