Shades of Bourbon #B7704A
Tints of Bourbon #B7704A
RGB
CMYK
RGB Variations
Color information
#B7704A (or 0xB7704A) is known color: Bourbon. HEX triplet: B7, 70 and 4A. RGB value is (183,112,74). Sum of RGB (Red+Green+Blue) = 183+112+74=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B7704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7704A is #488FB5. Grayscale: #818181. Windows color (decimal): -4755382 or 4878519. OLE color: 4878519.
HSL color Cylindrical-coordinate representation of color #B7704A: hue angle of 20.92º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7704A is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 74 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.28 |
| HSL | 20.92º | 0.43% | 0.5% | - |
| HSV(B) | 20.92º | 0.6% | 0.72% | - |
| XYZ | 26.56 | 22.15 | 9.35 | - |
| YUV | 128.9 | 97.02 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 74 | 0 | 0.39 | 0.60 | 0.28 | 20.92 | 0.43 | 0.5 |
| Hex | B7 | 70 | 4A | 0 | 27 | 3C | 1C | 15 | 2B | 32 |
| Octal | 267 | 160 | 112 | 0 | 47 | 74 | 34 | 25 | 53 | 62 |
| Binary | 10110111 | 1110000 | 1001010 | 0 | 100111 | 111100 | 11100 | 10101 | 101011 | 110010 |
Color Harmonies of #B7704A
Complementary color
Monochromatic Colors of #B7704A
Black with #B7704A
Text Example
Text Example
White with #B7704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7704A; }
p { color: rgb(183,112,74); }
H1.HeaderClassName
{
color: #B7704A;
}
.AnyTagClassName
{
color: #B7704A;
}
</style>
background-color css
<style>
a { background-color: #B7704A; }
a { background-color: rgb(183,112,74); }
div.DivClassName
{
background-color: #B7704A;
}
.BgClassName
{
background-color: #B7704A;
}
</style>
border-color css
<style>
span { border-color: #B7704A; }
span { border-color: rgb(183,112,74); }
td.TdClassName
{
border-color: #B7704A;
}
.TagClassName
{
border-color: #B7704A;
}
</style>