Shades of Twine #BC915C
Tints of Twine #BC915C
RGB
CMYK
RGB Variations
Color information
#BC915C (or 0xBC915C) is known color: Twine. HEX triplet: BC, 91 and 5C. RGB value is (188,145,92). Sum of RGB (Red+Green+Blue) = 188+145+92=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC915C is #436EA3. Grayscale: #989898. Windows color (decimal): -4419236 or 6066620. OLE color: 6066620.
HSL color Cylindrical-coordinate representation of color #BC915C: hue angle of 33.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC915C is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 92 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.26 |
| HSL | 33.13º | 0.42% | 0.55% | - |
| HSV(B) | 33.13º | 0.51% | 0.74% | - |
| XYZ | 32.8 | 31.71 | 14.52 | - |
| YUV | 151.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 92 | 0 | 0.23 | 0.51 | 0.26 | 33.13 | 0.42 | 0.55 |
| Hex | BC | 91 | 5C | 0 | 17 | 33 | 1A | 21 | 2A | 37 |
| Octal | 274 | 221 | 134 | 0 | 27 | 63 | 32 | 41 | 52 | 67 |
| Binary | 10111100 | 10010001 | 1011100 | 0 | 10111 | 110011 | 11010 | 100001 | 101010 | 110111 |
Color Harmonies of #BC915C
Complementary color
Monochromatic Colors of #BC915C
Black with #BC915C
Text Example
Text Example
White with #BC915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC915C; }
p { color: rgb(188,145,92); }
H1.HeaderClassName
{
color: #BC915C;
}
.AnyTagClassName
{
color: #BC915C;
}
</style>
background-color css
<style>
a { background-color: #BC915C; }
a { background-color: rgb(188,145,92); }
div.DivClassName
{
background-color: #BC915C;
}
.BgClassName
{
background-color: #BC915C;
}
</style>
border-color css
<style>
span { border-color: #BC915C; }
span { border-color: rgb(188,145,92); }
td.TdClassName
{
border-color: #BC915C;
}
.TagClassName
{
border-color: #BC915C;
}
</style>