Shades of Twine #BD835C
Tints of Twine #BD835C
RGB
CMYK
RGB Variations
Color information
#BD835C (or 0xBD835C) is known color: Twine. HEX triplet: BD, 83 and 5C. RGB value is (189,131,92). Sum of RGB (Red+Green+Blue) = 189+131+92=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD835C is #427CA3. Grayscale: #909090. Windows color (decimal): -4357284 or 6063037. OLE color: 6063037.
HSL color Cylindrical-coordinate representation of color #BD835C: hue angle of 24.12º 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 #BD835C is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 92 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.26 |
| HSL | 24.12º | 0.42% | 0.55% | - |
| HSV(B) | 24.12º | 0.51% | 0.74% | - |
| XYZ | 31.03 | 27.82 | 13.86 | - |
| YUV | 143.9 | 98.72 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 92 | 0 | 0.31 | 0.51 | 0.26 | 24.12 | 0.42 | 0.55 |
| Hex | BD | 83 | 5C | 0 | 1F | 33 | 1A | 18 | 2A | 37 |
| Octal | 275 | 203 | 134 | 0 | 37 | 63 | 32 | 30 | 52 | 67 |
| Binary | 10111101 | 10000011 | 1011100 | 0 | 11111 | 110011 | 11010 | 11000 | 101010 | 110111 |
Color Harmonies of #BD835C
Complementary color
Monochromatic Colors of #BD835C
Black with #BD835C
Text Example
Text Example
White with #BD835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD835C; }
p { color: rgb(189,131,92); }
H1.HeaderClassName
{
color: #BD835C;
}
.AnyTagClassName
{
color: #BD835C;
}
</style>
background-color css
<style>
a { background-color: #BD835C; }
a { background-color: rgb(189,131,92); }
div.DivClassName
{
background-color: #BD835C;
}
.BgClassName
{
background-color: #BD835C;
}
</style>
border-color css
<style>
span { border-color: #BD835C; }
span { border-color: rgb(189,131,92); }
td.TdClassName
{
border-color: #BD835C;
}
.TagClassName
{
border-color: #BD835C;
}
</style>