Shades of Twine #BD905C
Tints of Twine #BD905C
RGB
CMYK
RGB Variations
Color information
#BD905C (or 0xBD905C) is known color: Twine. HEX triplet: BD, 90 and 5C. RGB value is (189,144,92). Sum of RGB (Red+Green+Blue) = 189+144+92=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD905C is #426FA3. Grayscale: #979797. Windows color (decimal): -4353956 or 6066365. OLE color: 6066365.
HSL color Cylindrical-coordinate representation of color #BD905C: hue angle of 32.16º 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 #BD905C is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 92 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.26 |
| HSL | 32.16º | 0.42% | 0.55% | - |
| HSV(B) | 32.16º | 0.51% | 0.74% | - |
| XYZ | 32.89 | 31.54 | 14.48 | - |
| YUV | 151.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 92 | 0 | 0.24 | 0.51 | 0.26 | 32.16 | 0.42 | 0.55 |
| Hex | BD | 90 | 5C | 0 | 18 | 33 | 1A | 20 | 2A | 37 |
| Octal | 275 | 220 | 134 | 0 | 30 | 63 | 32 | 40 | 52 | 67 |
| Binary | 10111101 | 10010000 | 1011100 | 0 | 11000 | 110011 | 11010 | 100000 | 101010 | 110111 |
Color Harmonies of #BD905C
Complementary color
Monochromatic Colors of #BD905C
Black with #BD905C
Text Example
Text Example
White with #BD905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD905C; }
p { color: rgb(189,144,92); }
H1.HeaderClassName
{
color: #BD905C;
}
.AnyTagClassName
{
color: #BD905C;
}
</style>
background-color css
<style>
a { background-color: #BD905C; }
a { background-color: rgb(189,144,92); }
div.DivClassName
{
background-color: #BD905C;
}
.BgClassName
{
background-color: #BD905C;
}
</style>
border-color css
<style>
span { border-color: #BD905C; }
span { border-color: rgb(189,144,92); }
td.TdClassName
{
border-color: #BD905C;
}
.TagClassName
{
border-color: #BD905C;
}
</style>