Shades of Twine #BD9053
Tints of Twine #BD9053
RGB
CMYK
RGB Variations
Color information
#BD9053 (or 0xBD9053) is known color: Twine. HEX triplet: BD, 90 and 53. RGB value is (189,144,83). Sum of RGB (Red+Green+Blue) = 189+144+83=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9053 is #426FAC. Grayscale: #969696. Windows color (decimal): -4353965 or 5476541. OLE color: 5476541.
HSL color Cylindrical-coordinate representation of color #BD9053: hue angle of 34.53º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD9053 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 83 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.26 |
| HSL | 34.53º | 0.45% | 0.53% | - |
| HSV(B) | 34.53º | 0.56% | 0.74% | - |
| XYZ | 32.52 | 31.39 | 12.53 | - |
| YUV | 150.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 83 | 0 | 0.24 | 0.56 | 0.26 | 34.53 | 0.45 | 0.53 |
| Hex | BD | 90 | 53 | 0 | 18 | 38 | 1A | 23 | 2D | 35 |
| Octal | 275 | 220 | 123 | 0 | 30 | 70 | 32 | 43 | 55 | 65 |
| Binary | 10111101 | 10010000 | 1010011 | 0 | 11000 | 111000 | 11010 | 100011 | 101101 | 110101 |
Color Harmonies of #BD9053
Complementary color
Monochromatic Colors of #BD9053
Black with #BD9053
Text Example
Text Example
White with #BD9053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9053; }
p { color: rgb(189,144,83); }
H1.HeaderClassName
{
color: #BD9053;
}
.AnyTagClassName
{
color: #BD9053;
}
</style>
background-color css
<style>
a { background-color: #BD9053; }
a { background-color: rgb(189,144,83); }
div.DivClassName
{
background-color: #BD9053;
}
.BgClassName
{
background-color: #BD9053;
}
</style>
border-color css
<style>
span { border-color: #BD9053; }
span { border-color: rgb(189,144,83); }
td.TdClassName
{
border-color: #BD9053;
}
.TagClassName
{
border-color: #BD9053;
}
</style>