Shades of Tussock #BE9B4B
Tints of Tussock #BE9B4B
RGB
CMYK
RGB Variations
Color information
#BE9B4B (or 0xBE9B4B) is known color: Tussock. HEX triplet: BE, 9B and 4B. RGB value is (190,155,75). Sum of RGB (Red+Green+Blue) = 190+155+75=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9B4B is #4164B4. Grayscale: #9C9C9C. Windows color (decimal): -4285621 or 4955070. OLE color: 4955070.
HSL color Cylindrical-coordinate representation of color #BE9B4B: hue angle of 41.74º 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 #BE9B4B is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 155 | 75 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.25 |
| HSL | 41.74º | 0.47% | 0.52% | - |
| HSV(B) | 41.74º | 0.61% | 0.75% | - |
| XYZ | 34.23 | 34.9 | 11.59 | - |
| YUV | 156.35 | 82.1 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 75 | 0 | 0.18 | 0.61 | 0.25 | 41.74 | 0.47 | 0.52 |
| Hex | BE | 9B | 4B | 0 | 12 | 3D | 19 | 2A | 2F | 34 |
| Octal | 276 | 233 | 113 | 0 | 22 | 75 | 31 | 52 | 57 | 64 |
| Binary | 10111110 | 10011011 | 1001011 | 0 | 10010 | 111101 | 11001 | 101010 | 101111 | 110100 |
Color Harmonies of #BE9B4B
Complementary color
Monochromatic Colors of #BE9B4B
Black with #BE9B4B
Text Example
Text Example
White with #BE9B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9B4B; }
p { color: rgb(190,155,75); }
H1.HeaderClassName
{
color: #BE9B4B;
}
.AnyTagClassName
{
color: #BE9B4B;
}
</style>
background-color css
<style>
a { background-color: #BE9B4B; }
a { background-color: rgb(190,155,75); }
div.DivClassName
{
background-color: #BE9B4B;
}
.BgClassName
{
background-color: #BE9B4B;
}
</style>
border-color css
<style>
span { border-color: #BE9B4B; }
span { border-color: rgb(190,155,75); }
td.TdClassName
{
border-color: #BE9B4B;
}
.TagClassName
{
border-color: #BE9B4B;
}
</style>