Shades of Twine #BC915A
Tints of Twine #BC915A
RGB
CMYK
RGB Variations
Color information
#BC915A (or 0xBC915A) is known color: Twine. HEX triplet: BC, 91 and 5A. RGB value is (188,145,90). Sum of RGB (Red+Green+Blue) = 188+145+90=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC915A is #436EA5. Grayscale: #979797. Windows color (decimal): -4419238 or 5935548. OLE color: 5935548.
HSL color Cylindrical-coordinate representation of color #BC915A: hue angle of 33.67º 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 #BC915A is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 90 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.26 |
| HSL | 33.67º | 0.42% | 0.55% | - |
| HSV(B) | 33.67º | 0.52% | 0.74% | - |
| XYZ | 32.71 | 31.68 | 14.06 | - |
| YUV | 151.59 | 93.25 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 90 | 0 | 0.23 | 0.52 | 0.26 | 33.67 | 0.42 | 0.55 |
| Hex | BC | 91 | 5A | 0 | 17 | 34 | 1A | 22 | 2A | 37 |
| Octal | 274 | 221 | 132 | 0 | 27 | 64 | 32 | 42 | 52 | 67 |
| Binary | 10111100 | 10010001 | 1011010 | 0 | 10111 | 110100 | 11010 | 100010 | 101010 | 110111 |
Color Harmonies of #BC915A
Complementary color
Monochromatic Colors of #BC915A
Black with #BC915A
Text Example
Text Example
White with #BC915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC915A; }
p { color: rgb(188,145,90); }
H1.HeaderClassName
{
color: #BC915A;
}
.AnyTagClassName
{
color: #BC915A;
}
</style>
background-color css
<style>
a { background-color: #BC915A; }
a { background-color: rgb(188,145,90); }
div.DivClassName
{
background-color: #BC915A;
}
.BgClassName
{
background-color: #BC915A;
}
</style>
border-color css
<style>
span { border-color: #BC915A; }
span { border-color: rgb(188,145,90); }
td.TdClassName
{
border-color: #BC915A;
}
.TagClassName
{
border-color: #BC915A;
}
</style>