Shades of Twine #BC835B
Tints of Twine #BC835B
RGB
CMYK
RGB Variations
Color information
#BC835B (or 0xBC835B) is known color: Twine. HEX triplet: BC, 83 and 5B. RGB value is (188,131,91). Sum of RGB (Red+Green+Blue) = 188+131+91=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC835B is #437CA4. Grayscale: #8F8F8F. Windows color (decimal): -4422821 or 5997500. OLE color: 5997500.
HSL color Cylindrical-coordinate representation of color #BC835B: hue angle of 24.74º 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 #BC835B is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 91 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.26 |
| HSL | 24.74º | 0.42% | 0.55% | - |
| HSV(B) | 24.74º | 0.52% | 0.74% | - |
| XYZ | 30.74 | 27.68 | 13.62 | - |
| YUV | 143.48 | 98.38 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 91 | 0 | 0.30 | 0.52 | 0.26 | 24.74 | 0.42 | 0.55 |
| Hex | BC | 83 | 5B | 0 | 1E | 34 | 1A | 19 | 2A | 37 |
| Octal | 274 | 203 | 133 | 0 | 36 | 64 | 32 | 31 | 52 | 67 |
| Binary | 10111100 | 10000011 | 1011011 | 0 | 11110 | 110100 | 11010 | 11001 | 101010 | 110111 |
Color Harmonies of #BC835B
Complementary color
Monochromatic Colors of #BC835B
Black with #BC835B
Text Example
Text Example
White with #BC835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC835B; }
p { color: rgb(188,131,91); }
H1.HeaderClassName
{
color: #BC835B;
}
.AnyTagClassName
{
color: #BC835B;
}
</style>
background-color css
<style>
a { background-color: #BC835B; }
a { background-color: rgb(188,131,91); }
div.DivClassName
{
background-color: #BC835B;
}
.BgClassName
{
background-color: #BC835B;
}
</style>
border-color css
<style>
span { border-color: #BC835B; }
span { border-color: rgb(188,131,91); }
td.TdClassName
{
border-color: #BC835B;
}
.TagClassName
{
border-color: #BC835B;
}
</style>