Shades of Twine #BC905E
Tints of Twine #BC905E
RGB
CMYK
RGB Variations
Color information
#BC905E (or 0xBC905E) is known color: Twine. HEX triplet: BC, 90 and 5E. RGB value is (188,144,94). Sum of RGB (Red+Green+Blue) = 188+144+94=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC905E is #436FA1. Grayscale: #979797. Windows color (decimal): -4419490 or 6197436. OLE color: 6197436.
HSL color Cylindrical-coordinate representation of color #BC905E: hue angle of 31.91º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC905E is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 94 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.26 |
| HSL | 31.91º | 0.41% | 0.55% | - |
| HSV(B) | 31.91º | 0.5% | 0.74% | - |
| XYZ | 32.73 | 31.45 | 14.93 | - |
| YUV | 151.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 94 | 0 | 0.23 | 0.50 | 0.26 | 31.91 | 0.41 | 0.55 |
| Hex | BC | 90 | 5E | 0 | 17 | 32 | 1A | 20 | 29 | 37 |
| Octal | 274 | 220 | 136 | 0 | 27 | 62 | 32 | 40 | 51 | 67 |
| Binary | 10111100 | 10010000 | 1011110 | 0 | 10111 | 110010 | 11010 | 100000 | 101001 | 110111 |
Color Harmonies of #BC905E
Complementary color
Monochromatic Colors of #BC905E
Black with #BC905E
Text Example
Text Example
White with #BC905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC905E; }
p { color: rgb(188,144,94); }
H1.HeaderClassName
{
color: #BC905E;
}
.AnyTagClassName
{
color: #BC905E;
}
</style>
background-color css
<style>
a { background-color: #BC905E; }
a { background-color: rgb(188,144,94); }
div.DivClassName
{
background-color: #BC905E;
}
.BgClassName
{
background-color: #BC905E;
}
</style>
border-color css
<style>
span { border-color: #BC905E; }
span { border-color: rgb(188,144,94); }
td.TdClassName
{
border-color: #BC905E;
}
.TagClassName
{
border-color: #BC905E;
}
</style>