Shades of Twine #BD915F
Tints of Twine #BD915F
RGB
CMYK
RGB Variations
Color information
#BD915F (or 0xBD915F) is known color: Twine. HEX triplet: BD, 91 and 5F. RGB value is (189,145,95). Sum of RGB (Red+Green+Blue) = 189+145+95=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD915F is #426EA0. Grayscale: #989898. Windows color (decimal): -4353697 or 6263229. OLE color: 6263229.
HSL color Cylindrical-coordinate representation of color #BD915F: hue angle of 31.91º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD915F is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 95 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.26 |
| HSL | 31.91º | 0.42% | 0.56% | - |
| HSV(B) | 31.91º | 0.5% | 0.74% | - |
| XYZ | 33.18 | 31.9 | 15.23 | - |
| YUV | 152.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 95 | 0 | 0.23 | 0.50 | 0.26 | 31.91 | 0.42 | 0.56 |
| Hex | BD | 91 | 5F | 0 | 17 | 32 | 1A | 20 | 2A | 38 |
| Octal | 275 | 221 | 137 | 0 | 27 | 62 | 32 | 40 | 52 | 70 |
| Binary | 10111101 | 10010001 | 1011111 | 0 | 10111 | 110010 | 11010 | 100000 | 101010 | 111000 |
Color Harmonies of #BD915F
Complementary color
Monochromatic Colors of #BD915F
Black with #BD915F
Text Example
Text Example
White with #BD915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD915F; }
p { color: rgb(189,145,95); }
H1.HeaderClassName
{
color: #BD915F;
}
.AnyTagClassName
{
color: #BD915F;
}
</style>
background-color css
<style>
a { background-color: #BD915F; }
a { background-color: rgb(189,145,95); }
div.DivClassName
{
background-color: #BD915F;
}
.BgClassName
{
background-color: #BD915F;
}
</style>
border-color css
<style>
span { border-color: #BD915F; }
span { border-color: rgb(189,145,95); }
td.TdClassName
{
border-color: #BD915F;
}
.TagClassName
{
border-color: #BD915F;
}
</style>