Shades of Bourbon #BC6A40
Tints of Bourbon #BC6A40
RGB
CMYK
RGB Variations
Color information
#BC6A40 (or 0xBC6A40) is known color: Bourbon. HEX triplet: BC, 6A and 40. RGB value is (188,106,64). Sum of RGB (Red+Green+Blue) = 188+106+64=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6A40 is #4395BF. Grayscale: #7D7D7D. Windows color (decimal): -4429248 or 4221628. OLE color: 4221628.
HSL color Cylindrical-coordinate representation of color #BC6A40: hue angle of 20.32º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC6A40 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 106 | 64 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.26 |
| HSL | 20.32º | 0.49% | 0.49% | - |
| HSV(B) | 20.32º | 0.66% | 0.74% | - |
| XYZ | 26.82 | 21.37 | 7.56 | - |
| YUV | 125.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 64 | 0 | 0.44 | 0.66 | 0.26 | 20.32 | 0.49 | 0.49 |
| Hex | BC | 6A | 40 | 0 | 2C | 42 | 1A | 14 | 31 | 31 |
| Octal | 274 | 152 | 100 | 0 | 54 | 102 | 32 | 24 | 61 | 61 |
| Binary | 10111100 | 1101010 | 1000000 | 0 | 101100 | 1000010 | 11010 | 10100 | 110001 | 110001 |
Color Harmonies of #BC6A40
Complementary color
Monochromatic Colors of #BC6A40
Black with #BC6A40
Text Example
Text Example
White with #BC6A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6A40; }
p { color: rgb(188,106,64); }
H1.HeaderClassName
{
color: #BC6A40;
}
.AnyTagClassName
{
color: #BC6A40;
}
</style>
background-color css
<style>
a { background-color: #BC6A40; }
a { background-color: rgb(188,106,64); }
div.DivClassName
{
background-color: #BC6A40;
}
.BgClassName
{
background-color: #BC6A40;
}
</style>
border-color css
<style>
span { border-color: #BC6A40; }
span { border-color: rgb(188,106,64); }
td.TdClassName
{
border-color: #BC6A40;
}
.TagClassName
{
border-color: #BC6A40;
}
</style>