Shades of Tussock #BD914C
Tints of Tussock #BD914C
RGB
CMYK
RGB Variations
Color information
#BD914C (or 0xBD914C) is known color: Tussock. HEX triplet: BD, 91 and 4C. RGB value is (189,145,76). Sum of RGB (Red+Green+Blue) = 189+145+76=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD914C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD914C is #426EB3. Grayscale: #969696. Windows color (decimal): -4353716 or 5018045. OLE color: 5018045.
HSL color Cylindrical-coordinate representation of color #BD914C: hue angle of 36.64º 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 #BD914C is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 76 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.26 |
| HSL | 36.64º | 0.46% | 0.52% | - |
| HSV(B) | 36.64º | 0.6% | 0.74% | - |
| XYZ | 32.42 | 31.59 | 11.23 | - |
| YUV | 150.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 76 | 0 | 0.23 | 0.60 | 0.26 | 36.64 | 0.46 | 0.52 |
| Hex | BD | 91 | 4C | 0 | 17 | 3C | 1A | 25 | 2E | 34 |
| Octal | 275 | 221 | 114 | 0 | 27 | 74 | 32 | 45 | 56 | 64 |
| Binary | 10111101 | 10010001 | 1001100 | 0 | 10111 | 111100 | 11010 | 100101 | 101110 | 110100 |
Color Harmonies of #BD914C
Complementary color
Monochromatic Colors of #BD914C
Black with #BD914C
Text Example
Text Example
White with #BD914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD914C; }
p { color: rgb(189,145,76); }
H1.HeaderClassName
{
color: #BD914C;
}
.AnyTagClassName
{
color: #BD914C;
}
</style>
background-color css
<style>
a { background-color: #BD914C; }
a { background-color: rgb(189,145,76); }
div.DivClassName
{
background-color: #BD914C;
}
.BgClassName
{
background-color: #BD914C;
}
</style>
border-color css
<style>
span { border-color: #BD914C; }
span { border-color: rgb(189,145,76); }
td.TdClassName
{
border-color: #BD914C;
}
.TagClassName
{
border-color: #BD914C;
}
</style>