Shades of Tussock #BD884A
Tints of Tussock #BD884A
RGB
CMYK
RGB Variations
Color information
#BD884A (or 0xBD884A) is known color: Tussock. HEX triplet: BD, 88 and 4A. RGB value is (189,136,74). Sum of RGB (Red+Green+Blue) = 189+136+74=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD884A is #4277B5. Grayscale: #919191. Windows color (decimal): -4356022 or 4884669. OLE color: 4884669.
HSL color Cylindrical-coordinate representation of color #BD884A: hue angle of 32.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD884A is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 74 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.26 |
| HSL | 32.35º | 0.47% | 0.52% | - |
| HSV(B) | 32.35º | 0.61% | 0.74% | - |
| XYZ | 31.03 | 28.92 | 10.43 | - |
| YUV | 144.78 | 88.06 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 74 | 0 | 0.28 | 0.61 | 0.26 | 32.35 | 0.47 | 0.52 |
| Hex | BD | 88 | 4A | 0 | 1C | 3D | 1A | 20 | 2F | 34 |
| Octal | 275 | 210 | 112 | 0 | 34 | 75 | 32 | 40 | 57 | 64 |
| Binary | 10111101 | 10001000 | 1001010 | 0 | 11100 | 111101 | 11010 | 100000 | 101111 | 110100 |
Color Harmonies of #BD884A
Complementary color
Monochromatic Colors of #BD884A
Black with #BD884A
Text Example
Text Example
White with #BD884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD884A; }
p { color: rgb(189,136,74); }
H1.HeaderClassName
{
color: #BD884A;
}
.AnyTagClassName
{
color: #BD884A;
}
</style>
background-color css
<style>
a { background-color: #BD884A; }
a { background-color: rgb(189,136,74); }
div.DivClassName
{
background-color: #BD884A;
}
.BgClassName
{
background-color: #BD884A;
}
</style>
border-color css
<style>
span { border-color: #BD884A; }
span { border-color: rgb(189,136,74); }
td.TdClassName
{
border-color: #BD884A;
}
.TagClassName
{
border-color: #BD884A;
}
</style>