Shades of Tussock #BD994B
Tints of Tussock #BD994B
RGB
CMYK
RGB Variations
Color information
#BD994B (or 0xBD994B) is known color: Tussock. HEX triplet: BD, 99 and 4B. RGB value is (189,153,75). Sum of RGB (Red+Green+Blue) = 189+153+75=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD994B is #4266B4. Grayscale: #9B9B9B. Windows color (decimal): -4351669 or 4954557. OLE color: 4954557.
HSL color Cylindrical-coordinate representation of color #BD994B: hue angle of 41.05º 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 #BD994B is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 75 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.26 |
| HSL | 41.05º | 0.46% | 0.52% | - |
| HSV(B) | 41.05º | 0.6% | 0.74% | - |
| XYZ | 33.65 | 34.11 | 11.47 | - |
| YUV | 154.87 | 82.93 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 75 | 0 | 0.19 | 0.60 | 0.26 | 41.05 | 0.46 | 0.52 |
| Hex | BD | 99 | 4B | 0 | 13 | 3C | 1A | 29 | 2E | 34 |
| Octal | 275 | 231 | 113 | 0 | 23 | 74 | 32 | 51 | 56 | 64 |
| Binary | 10111101 | 10011001 | 1001011 | 0 | 10011 | 111100 | 11010 | 101001 | 101110 | 110100 |
Color Harmonies of #BD994B
Complementary color
Monochromatic Colors of #BD994B
Black with #BD994B
Text Example
Text Example
White with #BD994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD994B; }
p { color: rgb(189,153,75); }
H1.HeaderClassName
{
color: #BD994B;
}
.AnyTagClassName
{
color: #BD994B;
}
</style>
background-color css
<style>
a { background-color: #BD994B; }
a { background-color: rgb(189,153,75); }
div.DivClassName
{
background-color: #BD994B;
}
.BgClassName
{
background-color: #BD994B;
}
</style>
border-color css
<style>
span { border-color: #BD994B; }
span { border-color: rgb(189,153,75); }
td.TdClassName
{
border-color: #BD994B;
}
.TagClassName
{
border-color: #BD994B;
}
</style>