Shades of Twine #BD905F
Tints of Twine #BD905F
RGB
CMYK
RGB Variations
Color information
#BD905F (or 0xBD905F) is known color: Twine. HEX triplet: BD, 90 and 5F. RGB value is (189,144,95). Sum of RGB (Red+Green+Blue) = 189+144+95=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD905F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD905F is #426FA0. Grayscale: #989898. Windows color (decimal): -4353953 or 6262973. OLE color: 6262973.
HSL color Cylindrical-coordinate representation of color #BD905F: hue angle of 31.28º 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 #BD905F is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 95 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.26 |
| HSL | 31.28º | 0.42% | 0.56% | - |
| HSV(B) | 31.28º | 0.5% | 0.74% | - |
| XYZ | 33.03 | 31.59 | 15.18 | - |
| YUV | 151.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 95 | 0 | 0.24 | 0.50 | 0.26 | 31.28 | 0.42 | 0.56 |
| Hex | BD | 90 | 5F | 0 | 18 | 32 | 1A | 1F | 2A | 38 |
| Octal | 275 | 220 | 137 | 0 | 30 | 62 | 32 | 37 | 52 | 70 |
| Binary | 10111101 | 10010000 | 1011111 | 0 | 11000 | 110010 | 11010 | 11111 | 101010 | 111000 |
Color Harmonies of #BD905F
Complementary color
Monochromatic Colors of #BD905F
Black with #BD905F
Text Example
Text Example
White with #BD905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD905F; }
p { color: rgb(189,144,95); }
H1.HeaderClassName
{
color: #BD905F;
}
.AnyTagClassName
{
color: #BD905F;
}
</style>
background-color css
<style>
a { background-color: #BD905F; }
a { background-color: rgb(189,144,95); }
div.DivClassName
{
background-color: #BD905F;
}
.BgClassName
{
background-color: #BD905F;
}
</style>
border-color css
<style>
span { border-color: #BD905F; }
span { border-color: rgb(189,144,95); }
td.TdClassName
{
border-color: #BD905F;
}
.TagClassName
{
border-color: #BD905F;
}
</style>