Shades of Twine #BC835C
Tints of Twine #BC835C
RGB
CMYK
RGB Variations
Color information
#BC835C (or 0xBC835C) is known color: Twine. HEX triplet: BC, 83 and 5C. RGB value is (188,131,92). Sum of RGB (Red+Green+Blue) = 188+131+92=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC835C is #437CA3. Grayscale: #8F8F8F. Windows color (decimal): -4422820 or 6063036. OLE color: 6063036.
HSL color Cylindrical-coordinate representation of color #BC835C: hue angle of 24.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 #BC835C is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 92 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.26 |
| HSL | 24.38º | 0.42% | 0.55% | - |
| HSV(B) | 24.38º | 0.51% | 0.74% | - |
| XYZ | 30.79 | 27.7 | 13.85 | - |
| YUV | 143.6 | 98.88 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 92 | 0 | 0.30 | 0.51 | 0.26 | 24.38 | 0.42 | 0.55 |
| Hex | BC | 83 | 5C | 0 | 1E | 33 | 1A | 18 | 2A | 37 |
| Octal | 274 | 203 | 134 | 0 | 36 | 63 | 32 | 30 | 52 | 67 |
| Binary | 10111100 | 10000011 | 1011100 | 0 | 11110 | 110011 | 11010 | 11000 | 101010 | 110111 |
Color Harmonies of #BC835C
Complementary color
Monochromatic Colors of #BC835C
Black with #BC835C
Text Example
Text Example
White with #BC835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC835C; }
p { color: rgb(188,131,92); }
H1.HeaderClassName
{
color: #BC835C;
}
.AnyTagClassName
{
color: #BC835C;
}
</style>
background-color css
<style>
a { background-color: #BC835C; }
a { background-color: rgb(188,131,92); }
div.DivClassName
{
background-color: #BC835C;
}
.BgClassName
{
background-color: #BC835C;
}
</style>
border-color css
<style>
span { border-color: #BC835C; }
span { border-color: rgb(188,131,92); }
td.TdClassName
{
border-color: #BC835C;
}
.TagClassName
{
border-color: #BC835C;
}
</style>