Shades of Twine #BD915E
Tints of Twine #BD915E
RGB
CMYK
RGB Variations
Color information
#BD915E (or 0xBD915E) is known color: Twine. HEX triplet: BD, 91 and 5E. RGB value is (189,145,94). Sum of RGB (Red+Green+Blue) = 189+145+94=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD915E is #426EA1. Grayscale: #989898. Windows color (decimal): -4353698 or 6197693. OLE color: 6197693.
HSL color Cylindrical-coordinate representation of color #BD915E: hue angle of 32.21º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD915E is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 94 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.26 |
| HSL | 32.21º | 0.42% | 0.55% | - |
| HSV(B) | 32.21º | 0.5% | 0.74% | - |
| XYZ | 33.13 | 31.88 | 15 | - |
| YUV | 152.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 94 | 0 | 0.23 | 0.50 | 0.26 | 32.21 | 0.42 | 0.55 |
| Hex | BD | 91 | 5E | 0 | 17 | 32 | 1A | 20 | 2A | 37 |
| Octal | 275 | 221 | 136 | 0 | 27 | 62 | 32 | 40 | 52 | 67 |
| Binary | 10111101 | 10010001 | 1011110 | 0 | 10111 | 110010 | 11010 | 100000 | 101010 | 110111 |
Color Harmonies of #BD915E
Complementary color
Monochromatic Colors of #BD915E
Black with #BD915E
Text Example
Text Example
White with #BD915E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD915E; }
p { color: rgb(189,145,94); }
H1.HeaderClassName
{
color: #BD915E;
}
.AnyTagClassName
{
color: #BD915E;
}
</style>
background-color css
<style>
a { background-color: #BD915E; }
a { background-color: rgb(189,145,94); }
div.DivClassName
{
background-color: #BD915E;
}
.BgClassName
{
background-color: #BD915E;
}
</style>
border-color css
<style>
span { border-color: #BD915E; }
span { border-color: rgb(189,145,94); }
td.TdClassName
{
border-color: #BD915E;
}
.TagClassName
{
border-color: #BD915E;
}
</style>