Shades of Bourbon #B6714A
Tints of Bourbon #B6714A
RGB
CMYK
RGB Variations
Color information
#B6714A (or 0xB6714A) is known color: Bourbon. HEX triplet: B6, 71 and 4A. RGB value is (182,113,74). Sum of RGB (Red+Green+Blue) = 182+113+74=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B6714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6714A is #498EB5. Grayscale: #818181. Windows color (decimal): -4820662 or 4878774. OLE color: 4878774.
HSL color Cylindrical-coordinate representation of color #B6714A: hue angle of 21.67º 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 #B6714A is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 113 | 74 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.29 |
| HSL | 21.67º | 0.43% | 0.5% | - |
| HSV(B) | 21.67º | 0.59% | 0.71% | - |
| XYZ | 26.43 | 22.25 | 9.38 | - |
| YUV | 129.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 74 | 0 | 0.38 | 0.59 | 0.29 | 21.67 | 0.43 | 0.5 |
| Hex | B6 | 71 | 4A | 0 | 26 | 3B | 1D | 16 | 2B | 32 |
| Octal | 266 | 161 | 112 | 0 | 46 | 73 | 35 | 26 | 53 | 62 |
| Binary | 10110110 | 1110001 | 1001010 | 0 | 100110 | 111011 | 11101 | 10110 | 101011 | 110010 |
Color Harmonies of #B6714A
Complementary color
Monochromatic Colors of #B6714A
Black with #B6714A
Text Example
Text Example
White with #B6714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6714A; }
p { color: rgb(182,113,74); }
H1.HeaderClassName
{
color: #B6714A;
}
.AnyTagClassName
{
color: #B6714A;
}
</style>
background-color css
<style>
a { background-color: #B6714A; }
a { background-color: rgb(182,113,74); }
div.DivClassName
{
background-color: #B6714A;
}
.BgClassName
{
background-color: #B6714A;
}
</style>
border-color css
<style>
span { border-color: #B6714A; }
span { border-color: rgb(182,113,74); }
td.TdClassName
{
border-color: #B6714A;
}
.TagClassName
{
border-color: #B6714A;
}
</style>