Shades of Twine #BC8B5D
Tints of Twine #BC8B5D
RGB
CMYK
RGB Variations
Color information
#BC8B5D (or 0xBC8B5D) is known color: Twine. HEX triplet: BC, 8B and 5D. RGB value is (188,139,93). Sum of RGB (Red+Green+Blue) = 188+139+93=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B5D is #4374A2. Grayscale: #949494. Windows color (decimal): -4420771 or 6130620. OLE color: 6130620.
HSL color Cylindrical-coordinate representation of color #BC8B5D: hue angle of 29.05º degrees, saturation: 0.41, 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 #BC8B5D is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 93 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.26 |
| HSL | 29.05º | 0.41% | 0.55% | - |
| HSV(B) | 29.05º | 0.51% | 0.74% | - |
| XYZ | 31.95 | 29.95 | 14.45 | - |
| YUV | 148.41 | 96.73 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 93 | 0 | 0.26 | 0.51 | 0.26 | 29.05 | 0.41 | 0.55 |
| Hex | BC | 8B | 5D | 0 | 1A | 33 | 1A | 1D | 29 | 37 |
| Octal | 274 | 213 | 135 | 0 | 32 | 63 | 32 | 35 | 51 | 67 |
| Binary | 10111100 | 10001011 | 1011101 | 0 | 11010 | 110011 | 11010 | 11101 | 101001 | 110111 |
Color Harmonies of #BC8B5D
Complementary color
Monochromatic Colors of #BC8B5D
Black with #BC8B5D
Text Example
Text Example
White with #BC8B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B5D; }
p { color: rgb(188,139,93); }
H1.HeaderClassName
{
color: #BC8B5D;
}
.AnyTagClassName
{
color: #BC8B5D;
}
</style>
background-color css
<style>
a { background-color: #BC8B5D; }
a { background-color: rgb(188,139,93); }
div.DivClassName
{
background-color: #BC8B5D;
}
.BgClassName
{
background-color: #BC8B5D;
}
</style>
border-color css
<style>
span { border-color: #BC8B5D; }
span { border-color: rgb(188,139,93); }
td.TdClassName
{
border-color: #BC8B5D;
}
.TagClassName
{
border-color: #BC8B5D;
}
</style>