Shades of Tussock #BE9B53
Tints of Tussock #BE9B53
RGB
CMYK
RGB Variations
Color information
#BE9B53 (or 0xBE9B53) is known color: Tussock. HEX triplet: BE, 9B and 53. RGB value is (190,155,83). Sum of RGB (Red+Green+Blue) = 190+155+83=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 83 (32.81% from 255 or 19.39% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B53 is #4164AC. Grayscale: #9D9D9D. Windows color (decimal): -4285613 or 5479358. OLE color: 5479358.
HSL color Cylindrical-coordinate representation of color #BE9B53: hue angle of 40.37º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE9B53 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 155 | 83 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.25 |
| HSL | 40.37º | 0.45% | 0.54% | - |
| HSV(B) | 40.37º | 0.56% | 0.75% | - |
| XYZ | 34.52 | 35.01 | 13.12 | - |
| YUV | 157.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 83 | 0 | 0.18 | 0.56 | 0.25 | 40.37 | 0.45 | 0.54 |
| Hex | BE | 9B | 53 | 0 | 12 | 38 | 19 | 28 | 2D | 36 |
| Octal | 276 | 233 | 123 | 0 | 22 | 70 | 31 | 50 | 55 | 66 |
| Binary | 10111110 | 10011011 | 1010011 | 0 | 10010 | 111000 | 11001 | 101000 | 101101 | 110110 |
Color Harmonies of #BE9B53
Complementary color
Monochromatic Colors of #BE9B53
Black with #BE9B53
Text Example
Text Example
White with #BE9B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9B53; }
p { color: rgb(190,155,83); }
H1.HeaderClassName
{
color: #BE9B53;
}
.AnyTagClassName
{
color: #BE9B53;
}
</style>
background-color css
<style>
a { background-color: #BE9B53; }
a { background-color: rgb(190,155,83); }
div.DivClassName
{
background-color: #BE9B53;
}
.BgClassName
{
background-color: #BE9B53;
}
</style>
border-color css
<style>
span { border-color: #BE9B53; }
span { border-color: rgb(190,155,83); }
td.TdClassName
{
border-color: #BE9B53;
}
.TagClassName
{
border-color: #BE9B53;
}
</style>