Shades of Twine #BC9454
Tints of Twine #BC9454
RGB
CMYK
RGB Variations
Color information
#BC9454 (or 0xBC9454) is known color: Twine. HEX triplet: BC, 94 and 54. RGB value is (188,148,84). Sum of RGB (Red+Green+Blue) = 188+148+84=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9454 is #436BAB. Grayscale: #989898. Windows color (decimal): -4418476 or 5543100. OLE color: 5543100.
HSL color Cylindrical-coordinate representation of color #BC9454: hue angle of 36.92º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC9454 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 84 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.26 |
| HSL | 36.92º | 0.44% | 0.53% | - |
| HSV(B) | 36.92º | 0.55% | 0.74% | - |
| XYZ | 32.93 | 32.51 | 12.93 | - |
| YUV | 152.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 84 | 0 | 0.21 | 0.55 | 0.26 | 36.92 | 0.44 | 0.53 |
| Hex | BC | 94 | 54 | 0 | 15 | 37 | 1A | 25 | 2C | 35 |
| Octal | 274 | 224 | 124 | 0 | 25 | 67 | 32 | 45 | 54 | 65 |
| Binary | 10111100 | 10010100 | 1010100 | 0 | 10101 | 110111 | 11010 | 100101 | 101100 | 110101 |
Color Harmonies of #BC9454
Complementary color
Monochromatic Colors of #BC9454
Black with #BC9454
Text Example
Text Example
White with #BC9454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9454; }
p { color: rgb(188,148,84); }
H1.HeaderClassName
{
color: #BC9454;
}
.AnyTagClassName
{
color: #BC9454;
}
</style>
background-color css
<style>
a { background-color: #BC9454; }
a { background-color: rgb(188,148,84); }
div.DivClassName
{
background-color: #BC9454;
}
.BgClassName
{
background-color: #BC9454;
}
</style>
border-color css
<style>
span { border-color: #BC9454; }
span { border-color: rgb(188,148,84); }
td.TdClassName
{
border-color: #BC9454;
}
.TagClassName
{
border-color: #BC9454;
}
</style>