Shades of Twine #BC8B5C
Tints of Twine #BC8B5C
RGB
CMYK
RGB Variations
Color information
#BC8B5C (or 0xBC8B5C) is known color: Twine. HEX triplet: BC, 8B and 5C. RGB value is (188,139,92). Sum of RGB (Red+Green+Blue) = 188+139+92=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B5C is #4374A3. Grayscale: #949494. Windows color (decimal): -4420772 or 6065084. OLE color: 6065084.
HSL color Cylindrical-coordinate representation of color #BC8B5C: hue angle of 29.38º 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 #BC8B5C is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 92 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.26 |
| HSL | 29.38º | 0.42% | 0.55% | - |
| HSV(B) | 29.38º | 0.51% | 0.74% | - |
| XYZ | 31.9 | 29.93 | 14.22 | - |
| YUV | 148.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 92 | 0 | 0.26 | 0.51 | 0.26 | 29.38 | 0.42 | 0.55 |
| Hex | BC | 8B | 5C | 0 | 1A | 33 | 1A | 1D | 2A | 37 |
| Octal | 274 | 213 | 134 | 0 | 32 | 63 | 32 | 35 | 52 | 67 |
| Binary | 10111100 | 10001011 | 1011100 | 0 | 11010 | 110011 | 11010 | 11101 | 101010 | 110111 |
Color Harmonies of #BC8B5C
Complementary color
Monochromatic Colors of #BC8B5C
Black with #BC8B5C
Text Example
Text Example
White with #BC8B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B5C; }
p { color: rgb(188,139,92); }
H1.HeaderClassName
{
color: #BC8B5C;
}
.AnyTagClassName
{
color: #BC8B5C;
}
</style>
background-color css
<style>
a { background-color: #BC8B5C; }
a { background-color: rgb(188,139,92); }
div.DivClassName
{
background-color: #BC8B5C;
}
.BgClassName
{
background-color: #BC8B5C;
}
</style>
border-color css
<style>
span { border-color: #BC8B5C; }
span { border-color: rgb(188,139,92); }
td.TdClassName
{
border-color: #BC8B5C;
}
.TagClassName
{
border-color: #BC8B5C;
}
</style>