Shades of Twine #BD835A
Tints of Twine #BD835A
RGB
CMYK
RGB Variations
Color information
#BD835A (or 0xBD835A) is known color: Twine. HEX triplet: BD, 83 and 5A. RGB value is (189,131,90). Sum of RGB (Red+Green+Blue) = 189+131+90=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD835A is #427CA5. Grayscale: #8F8F8F. Windows color (decimal): -4357286 or 5931965. OLE color: 5931965.
HSL color Cylindrical-coordinate representation of color #BD835A: hue angle of 24.85º degrees, saturation: 0.43, 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 #BD835A is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 90 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.26 |
| HSL | 24.85º | 0.43% | 0.55% | - |
| HSV(B) | 24.85º | 0.52% | 0.74% | - |
| XYZ | 30.95 | 27.79 | 13.41 | - |
| YUV | 143.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 90 | 0 | 0.31 | 0.52 | 0.26 | 24.85 | 0.43 | 0.55 |
| Hex | BD | 83 | 5A | 0 | 1F | 34 | 1A | 19 | 2B | 37 |
| Octal | 275 | 203 | 132 | 0 | 37 | 64 | 32 | 31 | 53 | 67 |
| Binary | 10111101 | 10000011 | 1011010 | 0 | 11111 | 110100 | 11010 | 11001 | 101011 | 110111 |
Color Harmonies of #BD835A
Complementary color
Monochromatic Colors of #BD835A
Black with #BD835A
Text Example
Text Example
White with #BD835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD835A; }
p { color: rgb(189,131,90); }
H1.HeaderClassName
{
color: #BD835A;
}
.AnyTagClassName
{
color: #BD835A;
}
</style>
background-color css
<style>
a { background-color: #BD835A; }
a { background-color: rgb(189,131,90); }
div.DivClassName
{
background-color: #BD835A;
}
.BgClassName
{
background-color: #BD835A;
}
</style>
border-color css
<style>
span { border-color: #BD835A; }
span { border-color: rgb(189,131,90); }
td.TdClassName
{
border-color: #BD835A;
}
.TagClassName
{
border-color: #BD835A;
}
</style>