Shades of Bourbon #B6704A
Tints of Bourbon #B6704A
RGB
CMYK
RGB Variations
Color information
#B6704A (or 0xB6704A) is known color: Bourbon. HEX triplet: B6, 70 and 4A. RGB value is (182,112,74). Sum of RGB (Red+Green+Blue) = 182+112+74=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B6704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6704A is #498FB5. Grayscale: #808080. Windows color (decimal): -4820918 or 4878518. OLE color: 4878518.
HSL color Cylindrical-coordinate representation of color #B6704A: hue angle of 21.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6704A is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 112 | 74 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.29 |
| HSL | 21.11º | 0.43% | 0.5% | - |
| HSV(B) | 21.11º | 0.59% | 0.71% | - |
| XYZ | 26.32 | 22.03 | 9.34 | - |
| YUV | 128.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 74 | 0 | 0.38 | 0.59 | 0.29 | 21.11 | 0.43 | 0.5 |
| Hex | B6 | 70 | 4A | 0 | 26 | 3B | 1D | 15 | 2B | 32 |
| Octal | 266 | 160 | 112 | 0 | 46 | 73 | 35 | 25 | 53 | 62 |
| Binary | 10110110 | 1110000 | 1001010 | 0 | 100110 | 111011 | 11101 | 10101 | 101011 | 110010 |
Color Harmonies of #B6704A
Complementary color
Monochromatic Colors of #B6704A
Black with #B6704A
Text Example
Text Example
White with #B6704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6704A; }
p { color: rgb(182,112,74); }
H1.HeaderClassName
{
color: #B6704A;
}
.AnyTagClassName
{
color: #B6704A;
}
</style>
background-color css
<style>
a { background-color: #B6704A; }
a { background-color: rgb(182,112,74); }
div.DivClassName
{
background-color: #B6704A;
}
.BgClassName
{
background-color: #B6704A;
}
</style>
border-color css
<style>
span { border-color: #B6704A; }
span { border-color: rgb(182,112,74); }
td.TdClassName
{
border-color: #B6704A;
}
.TagClassName
{
border-color: #B6704A;
}
</style>