Shades of Twine #BD8A65
Tints of Twine #BD8A65
RGB
CMYK
RGB Variations
Color information
#BD8A65 (or 0xBD8A65) is known color: Twine. HEX triplet: BD, 8A and 65. RGB value is (189,138,101). Sum of RGB (Red+Green+Blue) = 189+138+101=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8A65 is #42759A. Grayscale: #959595. Windows color (decimal): -4355483 or 6654653. OLE color: 6654653.
HSL color Cylindrical-coordinate representation of color #BD8A65: hue angle of 25.23º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD8A65 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 101 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.26 |
| HSL | 25.23º | 0.4% | 0.57% | - |
| HSV(B) | 25.23º | 0.47% | 0.74% | - |
| XYZ | 32.42 | 29.94 | 16.38 | - |
| YUV | 149.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 101 | 0 | 0.27 | 0.47 | 0.26 | 25.23 | 0.4 | 0.57 |
| Hex | BD | 8A | 65 | 0 | 1B | 2F | 1A | 19 | 28 | 39 |
| Octal | 275 | 212 | 145 | 0 | 33 | 57 | 32 | 31 | 50 | 71 |
| Binary | 10111101 | 10001010 | 1100101 | 0 | 11011 | 101111 | 11010 | 11001 | 101000 | 111001 |
Color Harmonies of #BD8A65
Complementary color
Monochromatic Colors of #BD8A65
Black with #BD8A65
Text Example
Text Example
White with #BD8A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A65; }
p { color: rgb(189,138,101); }
H1.HeaderClassName
{
color: #BD8A65;
}
.AnyTagClassName
{
color: #BD8A65;
}
</style>
background-color css
<style>
a { background-color: #BD8A65; }
a { background-color: rgb(189,138,101); }
div.DivClassName
{
background-color: #BD8A65;
}
.BgClassName
{
background-color: #BD8A65;
}
</style>
border-color css
<style>
span { border-color: #BD8A65; }
span { border-color: rgb(189,138,101); }
td.TdClassName
{
border-color: #BD8A65;
}
.TagClassName
{
border-color: #BD8A65;
}
</style>