Shades of Twine #BD844F
Tints of Twine #BD844F
RGB
CMYK
RGB Variations
Color information
#BD844F (or 0xBD844F) is known color: Twine. HEX triplet: BD, 84 and 4F. RGB value is (189,132,79). Sum of RGB (Red+Green+Blue) = 189+132+79=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD844F is #427BB0. Grayscale: #8F8F8F. Windows color (decimal): -4357041 or 5211325. OLE color: 5211325.
HSL color Cylindrical-coordinate representation of color #BD844F: hue angle of 28.91º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD844F is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 79 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.26 |
| HSL | 28.91º | 0.45% | 0.53% | - |
| HSV(B) | 28.91º | 0.58% | 0.74% | - |
| XYZ | 30.65 | 27.89 | 11.16 | - |
| YUV | 143 | 91.88 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 79 | 0 | 0.30 | 0.58 | 0.26 | 28.91 | 0.45 | 0.53 |
| Hex | BD | 84 | 4F | 0 | 1E | 3A | 1A | 1D | 2D | 35 |
| Octal | 275 | 204 | 117 | 0 | 36 | 72 | 32 | 35 | 55 | 65 |
| Binary | 10111101 | 10000100 | 1001111 | 0 | 11110 | 111010 | 11010 | 11101 | 101101 | 110101 |
Color Harmonies of #BD844F
Complementary color
Monochromatic Colors of #BD844F
Black with #BD844F
Text Example
Text Example
White with #BD844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD844F; }
p { color: rgb(189,132,79); }
H1.HeaderClassName
{
color: #BD844F;
}
.AnyTagClassName
{
color: #BD844F;
}
</style>
background-color css
<style>
a { background-color: #BD844F; }
a { background-color: rgb(189,132,79); }
div.DivClassName
{
background-color: #BD844F;
}
.BgClassName
{
background-color: #BD844F;
}
</style>
border-color css
<style>
span { border-color: #BD844F; }
span { border-color: rgb(189,132,79); }
td.TdClassName
{
border-color: #BD844F;
}
.TagClassName
{
border-color: #BD844F;
}
</style>