Shades of Tussock #BD974B
Tints of Tussock #BD974B
RGB
CMYK
RGB Variations
Color information
#BD974B (or 0xBD974B) is known color: Tussock. HEX triplet: BD, 97 and 4B. RGB value is (189,151,75). Sum of RGB (Red+Green+Blue) = 189+151+75=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD974B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD974B is #4268B4. Grayscale: #9A9A9A. Windows color (decimal): -4352181 or 4954045. OLE color: 4954045.
HSL color Cylindrical-coordinate representation of color #BD974B: hue angle of 40º 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 #BD974B is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 75 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.26 |
| HSL | 40º | 0.46% | 0.52% | - |
| HSV(B) | 40º | 0.6% | 0.74% | - |
| XYZ | 33.32 | 33.46 | 11.36 | - |
| YUV | 153.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 75 | 0 | 0.20 | 0.60 | 0.26 | 40 | 0.46 | 0.52 |
| Hex | BD | 97 | 4B | 0 | 14 | 3C | 1A | 28 | 2E | 34 |
| Octal | 275 | 227 | 113 | 0 | 24 | 74 | 32 | 50 | 56 | 64 |
| Binary | 10111101 | 10010111 | 1001011 | 0 | 10100 | 111100 | 11010 | 101000 | 101110 | 110100 |
Color Harmonies of #BD974B
Complementary color
Monochromatic Colors of #BD974B
Black with #BD974B
Text Example
Text Example
White with #BD974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD974B; }
p { color: rgb(189,151,75); }
H1.HeaderClassName
{
color: #BD974B;
}
.AnyTagClassName
{
color: #BD974B;
}
</style>
background-color css
<style>
a { background-color: #BD974B; }
a { background-color: rgb(189,151,75); }
div.DivClassName
{
background-color: #BD974B;
}
.BgClassName
{
background-color: #BD974B;
}
</style>
border-color css
<style>
span { border-color: #BD974B; }
span { border-color: rgb(189,151,75); }
td.TdClassName
{
border-color: #BD974B;
}
.TagClassName
{
border-color: #BD974B;
}
</style>