Shades of Tussock #BD9248
Tints of Tussock #BD9248
RGB
CMYK
RGB Variations
Color information
#BD9248 (or 0xBD9248) is known color: Tussock. HEX triplet: BD, 92 and 48. RGB value is (189,146,72). Sum of RGB (Red+Green+Blue) = 189+146+72=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9248 is #426DB7. Grayscale: #969696. Windows color (decimal): -4353464 or 4756157. OLE color: 4756157.
HSL color Cylindrical-coordinate representation of color #BD9248: hue angle of 37.95º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD9248 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 72 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.26 |
| HSL | 37.95º | 0.47% | 0.51% | - |
| HSV(B) | 37.95º | 0.62% | 0.74% | - |
| XYZ | 32.43 | 31.84 | 10.57 | - |
| YUV | 150.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 72 | 0 | 0.23 | 0.62 | 0.26 | 37.95 | 0.47 | 0.51 |
| Hex | BD | 92 | 48 | 0 | 17 | 3E | 1A | 26 | 2F | 33 |
| Octal | 275 | 222 | 110 | 0 | 27 | 76 | 32 | 46 | 57 | 63 |
| Binary | 10111101 | 10010010 | 1001000 | 0 | 10111 | 111110 | 11010 | 100110 | 101111 | 110011 |
Color Harmonies of #BD9248
Complementary color
Monochromatic Colors of #BD9248
Black with #BD9248
Text Example
Text Example
White with #BD9248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9248; }
p { color: rgb(189,146,72); }
H1.HeaderClassName
{
color: #BD9248;
}
.AnyTagClassName
{
color: #BD9248;
}
</style>
background-color css
<style>
a { background-color: #BD9248; }
a { background-color: rgb(189,146,72); }
div.DivClassName
{
background-color: #BD9248;
}
.BgClassName
{
background-color: #BD9248;
}
</style>
border-color css
<style>
span { border-color: #BD9248; }
span { border-color: rgb(189,146,72); }
td.TdClassName
{
border-color: #BD9248;
}
.TagClassName
{
border-color: #BD9248;
}
</style>