Shades of Tussock #BD924E
Tints of Tussock #BD924E
RGB
CMYK
RGB Variations
Color information
#BD924E (or 0xBD924E) is known color: Tussock. HEX triplet: BD, 92 and 4E. RGB value is (189,146,78). Sum of RGB (Red+Green+Blue) = 189+146+78=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD924E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD924E is #426DB1. Grayscale: #979797. Windows color (decimal): -4353458 or 5149373. OLE color: 5149373.
HSL color Cylindrical-coordinate representation of color #BD924E: hue angle of 36.76º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD924E is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 78 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.26 |
| HSL | 36.76º | 0.46% | 0.52% | - |
| HSV(B) | 36.76º | 0.59% | 0.74% | - |
| XYZ | 32.64 | 31.93 | 11.65 | - |
| YUV | 151.11 | 86.75 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 78 | 0 | 0.23 | 0.59 | 0.26 | 36.76 | 0.46 | 0.52 |
| Hex | BD | 92 | 4E | 0 | 17 | 3B | 1A | 25 | 2E | 34 |
| Octal | 275 | 222 | 116 | 0 | 27 | 73 | 32 | 45 | 56 | 64 |
| Binary | 10111101 | 10010010 | 1001110 | 0 | 10111 | 111011 | 11010 | 100101 | 101110 | 110100 |
Color Harmonies of #BD924E
Complementary color
Monochromatic Colors of #BD924E
Black with #BD924E
Text Example
Text Example
White with #BD924E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD924E; }
p { color: rgb(189,146,78); }
H1.HeaderClassName
{
color: #BD924E;
}
.AnyTagClassName
{
color: #BD924E;
}
</style>
background-color css
<style>
a { background-color: #BD924E; }
a { background-color: rgb(189,146,78); }
div.DivClassName
{
background-color: #BD924E;
}
.BgClassName
{
background-color: #BD924E;
}
</style>
border-color css
<style>
span { border-color: #BD924E; }
span { border-color: rgb(189,146,78); }
td.TdClassName
{
border-color: #BD924E;
}
.TagClassName
{
border-color: #BD924E;
}
</style>