Shades of Bourbon #BC6943
Tints of Bourbon #BC6943
RGB
CMYK
RGB Variations
Color information
#BC6943 (or 0xBC6943) is known color: Bourbon. HEX triplet: BC, 69 and 43. RGB value is (188,105,67). Sum of RGB (Red+Green+Blue) = 188+105+67=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6943 is #4396BC. Grayscale: #7D7D7D. Windows color (decimal): -4429501 or 4417980. OLE color: 4417980.
HSL color Cylindrical-coordinate representation of color #BC6943: hue angle of 18.84º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC6943 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 67 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.26 |
| HSL | 18.84º | 0.47% | 0.5% | - |
| HSV(B) | 18.84º | 0.64% | 0.74% | - |
| XYZ | 26.8 | 21.2 | 7.99 | - |
| YUV | 125.49 | 95 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 67 | 0 | 0.44 | 0.64 | 0.26 | 18.84 | 0.47 | 0.5 |
| Hex | BC | 69 | 43 | 0 | 2C | 40 | 1A | 13 | 2F | 32 |
| Octal | 274 | 151 | 103 | 0 | 54 | 100 | 32 | 23 | 57 | 62 |
| Binary | 10111100 | 1101001 | 1000011 | 0 | 101100 | 1000000 | 11010 | 10011 | 101111 | 110010 |
Color Harmonies of #BC6943
Complementary color
Monochromatic Colors of #BC6943
Black with #BC6943
Text Example
Text Example
White with #BC6943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6943; }
p { color: rgb(188,105,67); }
H1.HeaderClassName
{
color: #BC6943;
}
.AnyTagClassName
{
color: #BC6943;
}
</style>
background-color css
<style>
a { background-color: #BC6943; }
a { background-color: rgb(188,105,67); }
div.DivClassName
{
background-color: #BC6943;
}
.BgClassName
{
background-color: #BC6943;
}
</style>
border-color css
<style>
span { border-color: #BC6943; }
span { border-color: rgb(188,105,67); }
td.TdClassName
{
border-color: #BC6943;
}
.TagClassName
{
border-color: #BC6943;
}
</style>