Shades of Twine #BC8A5B
Tints of Twine #BC8A5B
RGB
CMYK
RGB Variations
Color information
#BC8A5B (or 0xBC8A5B) is known color: Twine. HEX triplet: BC, 8A and 5B. RGB value is (188,138,91). Sum of RGB (Red+Green+Blue) = 188+138+91=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A5B is #4375A4. Grayscale: #939393. Windows color (decimal): -4421029 or 5999292. OLE color: 5999292.
HSL color Cylindrical-coordinate representation of color #BC8A5B: hue angle of 29.07º 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 #BC8A5B is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 91 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.26 |
| HSL | 29.07º | 0.42% | 0.55% | - |
| HSV(B) | 29.07º | 0.52% | 0.74% | - |
| XYZ | 31.72 | 29.62 | 13.94 | - |
| YUV | 147.59 | 96.07 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 91 | 0 | 0.27 | 0.52 | 0.26 | 29.07 | 0.42 | 0.55 |
| Hex | BC | 8A | 5B | 0 | 1B | 34 | 1A | 1D | 2A | 37 |
| Octal | 274 | 212 | 133 | 0 | 33 | 64 | 32 | 35 | 52 | 67 |
| Binary | 10111100 | 10001010 | 1011011 | 0 | 11011 | 110100 | 11010 | 11101 | 101010 | 110111 |
Color Harmonies of #BC8A5B
Complementary color
Monochromatic Colors of #BC8A5B
Black with #BC8A5B
Text Example
Text Example
White with #BC8A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A5B; }
p { color: rgb(188,138,91); }
H1.HeaderClassName
{
color: #BC8A5B;
}
.AnyTagClassName
{
color: #BC8A5B;
}
</style>
background-color css
<style>
a { background-color: #BC8A5B; }
a { background-color: rgb(188,138,91); }
div.DivClassName
{
background-color: #BC8A5B;
}
.BgClassName
{
background-color: #BC8A5B;
}
</style>
border-color css
<style>
span { border-color: #BC8A5B; }
span { border-color: rgb(188,138,91); }
td.TdClassName
{
border-color: #BC8A5B;
}
.TagClassName
{
border-color: #BC8A5B;
}
</style>