Shades of Tussock #BE9A4B
Tints of Tussock #BE9A4B
RGB
CMYK
RGB Variations
Color information
#BE9A4B (or 0xBE9A4B) is known color: Tussock. HEX triplet: BE, 9A and 4B. RGB value is (190,154,75). Sum of RGB (Red+Green+Blue) = 190+154+75=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A4B is #4165B4. Grayscale: #9C9C9C. Windows color (decimal): -4285877 or 4954814. OLE color: 4954814.
HSL color Cylindrical-coordinate representation of color #BE9A4B: hue angle of 41.22º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE9A4B is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 75 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.25 |
| HSL | 41.22º | 0.47% | 0.52% | - |
| HSV(B) | 41.22º | 0.61% | 0.75% | - |
| XYZ | 34.06 | 34.57 | 11.53 | - |
| YUV | 155.76 | 82.43 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 75 | 0 | 0.19 | 0.61 | 0.25 | 41.22 | 0.47 | 0.52 |
| Hex | BE | 9A | 4B | 0 | 13 | 3D | 19 | 29 | 2F | 34 |
| Octal | 276 | 232 | 113 | 0 | 23 | 75 | 31 | 51 | 57 | 64 |
| Binary | 10111110 | 10011010 | 1001011 | 0 | 10011 | 111101 | 11001 | 101001 | 101111 | 110100 |
Color Harmonies of #BE9A4B
Complementary color
Monochromatic Colors of #BE9A4B
Black with #BE9A4B
Text Example
Text Example
White with #BE9A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A4B; }
p { color: rgb(190,154,75); }
H1.HeaderClassName
{
color: #BE9A4B;
}
.AnyTagClassName
{
color: #BE9A4B;
}
</style>
background-color css
<style>
a { background-color: #BE9A4B; }
a { background-color: rgb(190,154,75); }
div.DivClassName
{
background-color: #BE9A4B;
}
.BgClassName
{
background-color: #BE9A4B;
}
</style>
border-color css
<style>
span { border-color: #BE9A4B; }
span { border-color: rgb(190,154,75); }
td.TdClassName
{
border-color: #BE9A4B;
}
.TagClassName
{
border-color: #BE9A4B;
}
</style>