Shades of Tussock #BD9A4C
Tints of Tussock #BD9A4C
RGB
CMYK
RGB Variations
Color information
#BD9A4C (or 0xBD9A4C) is known color: Tussock. HEX triplet: BD, 9A and 4C. RGB value is (189,154,76). Sum of RGB (Red+Green+Blue) = 189+154+76=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9A4C is #4265B3. Grayscale: #9B9B9B. Windows color (decimal): -4351412 or 5020349. OLE color: 5020349.
HSL color Cylindrical-coordinate representation of color #BD9A4C: hue angle of 41.42º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD9A4C is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 76 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.26 |
| HSL | 41.42º | 0.46% | 0.52% | - |
| HSV(B) | 41.42º | 0.6% | 0.74% | - |
| XYZ | 33.85 | 34.45 | 11.7 | - |
| YUV | 155.57 | 83.1 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 76 | 0 | 0.19 | 0.60 | 0.26 | 41.42 | 0.46 | 0.52 |
| Hex | BD | 9A | 4C | 0 | 13 | 3C | 1A | 29 | 2E | 34 |
| Octal | 275 | 232 | 114 | 0 | 23 | 74 | 32 | 51 | 56 | 64 |
| Binary | 10111101 | 10011010 | 1001100 | 0 | 10011 | 111100 | 11010 | 101001 | 101110 | 110100 |
Color Harmonies of #BD9A4C
Complementary color
Monochromatic Colors of #BD9A4C
Black with #BD9A4C
Text Example
Text Example
White with #BD9A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A4C; }
p { color: rgb(189,154,76); }
H1.HeaderClassName
{
color: #BD9A4C;
}
.AnyTagClassName
{
color: #BD9A4C;
}
</style>
background-color css
<style>
a { background-color: #BD9A4C; }
a { background-color: rgb(189,154,76); }
div.DivClassName
{
background-color: #BD9A4C;
}
.BgClassName
{
background-color: #BD9A4C;
}
</style>
border-color css
<style>
span { border-color: #BD9A4C; }
span { border-color: rgb(189,154,76); }
td.TdClassName
{
border-color: #BD9A4C;
}
.TagClassName
{
border-color: #BD9A4C;
}
</style>