Shades of Twine #BC9053
Tints of Twine #BC9053
RGB
CMYK
RGB Variations
Color information
#BC9053 (or 0xBC9053) is known color: Twine. HEX triplet: BC, 90 and 53. RGB value is (188,144,83). Sum of RGB (Red+Green+Blue) = 188+144+83=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9053 is #436FAC. Grayscale: #969696. Windows color (decimal): -4419501 or 5476540. OLE color: 5476540.
HSL color Cylindrical-coordinate representation of color #BC9053: hue angle of 34.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC9053 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 83 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.26 |
| HSL | 34.86º | 0.44% | 0.53% | - |
| HSV(B) | 34.86º | 0.56% | 0.74% | - |
| XYZ | 32.27 | 31.26 | 12.52 | - |
| YUV | 150.2 | 90.08 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 83 | 0 | 0.23 | 0.56 | 0.26 | 34.86 | 0.44 | 0.53 |
| Hex | BC | 90 | 53 | 0 | 17 | 38 | 1A | 23 | 2C | 35 |
| Octal | 274 | 220 | 123 | 0 | 27 | 70 | 32 | 43 | 54 | 65 |
| Binary | 10111100 | 10010000 | 1010011 | 0 | 10111 | 111000 | 11010 | 100011 | 101100 | 110101 |
Color Harmonies of #BC9053
Complementary color
Monochromatic Colors of #BC9053
Black with #BC9053
Text Example
Text Example
White with #BC9053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9053; }
p { color: rgb(188,144,83); }
H1.HeaderClassName
{
color: #BC9053;
}
.AnyTagClassName
{
color: #BC9053;
}
</style>
background-color css
<style>
a { background-color: #BC9053; }
a { background-color: rgb(188,144,83); }
div.DivClassName
{
background-color: #BC9053;
}
.BgClassName
{
background-color: #BC9053;
}
</style>
border-color css
<style>
span { border-color: #BC9053; }
span { border-color: rgb(188,144,83); }
td.TdClassName
{
border-color: #BC9053;
}
.TagClassName
{
border-color: #BC9053;
}
</style>