Shades of Twine #BC915B
Tints of Twine #BC915B
RGB
CMYK
RGB Variations
Color information
#BC915B (or 0xBC915B) is known color: Twine. HEX triplet: BC, 91 and 5B. RGB value is (188,145,91). Sum of RGB (Red+Green+Blue) = 188+145+91=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC915B is #436EA4. Grayscale: #979797. Windows color (decimal): -4419237 or 6001084. OLE color: 6001084.
HSL color Cylindrical-coordinate representation of color #BC915B: hue angle of 33.4º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC915B is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 91 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.26 |
| HSL | 33.4º | 0.42% | 0.55% | - |
| HSV(B) | 33.4º | 0.52% | 0.74% | - |
| XYZ | 32.75 | 31.7 | 14.29 | - |
| YUV | 151.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 91 | 0 | 0.23 | 0.52 | 0.26 | 33.4 | 0.42 | 0.55 |
| Hex | BC | 91 | 5B | 0 | 17 | 34 | 1A | 21 | 2A | 37 |
| Octal | 274 | 221 | 133 | 0 | 27 | 64 | 32 | 41 | 52 | 67 |
| Binary | 10111100 | 10010001 | 1011011 | 0 | 10111 | 110100 | 11010 | 100001 | 101010 | 110111 |
Color Harmonies of #BC915B
Complementary color
Monochromatic Colors of #BC915B
Black with #BC915B
Text Example
Text Example
White with #BC915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC915B; }
p { color: rgb(188,145,91); }
H1.HeaderClassName
{
color: #BC915B;
}
.AnyTagClassName
{
color: #BC915B;
}
</style>
background-color css
<style>
a { background-color: #BC915B; }
a { background-color: rgb(188,145,91); }
div.DivClassName
{
background-color: #BC915B;
}
.BgClassName
{
background-color: #BC915B;
}
</style>
border-color css
<style>
span { border-color: #BC915B; }
span { border-color: rgb(188,145,91); }
td.TdClassName
{
border-color: #BC915B;
}
.TagClassName
{
border-color: #BC915B;
}
</style>