Shades of Tussock #BD8B45
Tints of Tussock #BD8B45
RGB
CMYK
RGB Variations
Color information
#BD8B45 (or 0xBD8B45) is known color: Tussock. HEX triplet: BD, 8B and 45. RGB value is (189,139,69). Sum of RGB (Red+Green+Blue) = 189+139+69=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8B45 is #4274BA. Grayscale: #929292. Windows color (decimal): -4355259 or 4557757. OLE color: 4557757.
HSL color Cylindrical-coordinate representation of color #BD8B45: hue angle of 35º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD8B45 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 69 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.26 |
| HSL | 35º | 0.48% | 0.51% | - |
| HSV(B) | 35º | 0.63% | 0.74% | - |
| XYZ | 31.29 | 29.71 | 9.72 | - |
| YUV | 145.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 69 | 0 | 0.26 | 0.63 | 0.26 | 35 | 0.48 | 0.51 |
| Hex | BD | 8B | 45 | 0 | 1A | 3F | 1A | 23 | 30 | 33 |
| Octal | 275 | 213 | 105 | 0 | 32 | 77 | 32 | 43 | 60 | 63 |
| Binary | 10111101 | 10001011 | 1000101 | 0 | 11010 | 111111 | 11010 | 100011 | 110000 | 110011 |
Color Harmonies of #BD8B45
Complementary color
Monochromatic Colors of #BD8B45
Black with #BD8B45
Text Example
Text Example
White with #BD8B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8B45; }
p { color: rgb(189,139,69); }
H1.HeaderClassName
{
color: #BD8B45;
}
.AnyTagClassName
{
color: #BD8B45;
}
</style>
background-color css
<style>
a { background-color: #BD8B45; }
a { background-color: rgb(189,139,69); }
div.DivClassName
{
background-color: #BD8B45;
}
.BgClassName
{
background-color: #BD8B45;
}
</style>
border-color css
<style>
span { border-color: #BD8B45; }
span { border-color: rgb(189,139,69); }
td.TdClassName
{
border-color: #BD8B45;
}
.TagClassName
{
border-color: #BD8B45;
}
</style>