Shades of Nugget #BE9022
Tints of Nugget #BE9022
RGB
CMYK
RGB Variations
Color information
#BE9022 (or 0xBE9022) is known color: Nugget. HEX triplet: BE, 90 and 22. RGB value is (190,144,34). Sum of RGB (Red+Green+Blue) = 190+144+34=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9022 is #416FDD. Grayscale: #919191. Windows color (decimal): -4288478 or 2265278. OLE color: 2265278.
HSL color Cylindrical-coordinate representation of color #BE9022: hue angle of 42.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE9022 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 34 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.25 |
| HSL | 42.31º | 0.7% | 0.44% | - |
| HSV(B) | 42.31º | 0.82% | 0.75% | - |
| XYZ | 31.5 | 31.01 | 5.84 | - |
| YUV | 145.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 34 | 0 | 0.24 | 0.82 | 0.25 | 42.31 | 0.7 | 0.44 |
| Hex | BE | 90 | 22 | 0 | 18 | 52 | 19 | 2A | 46 | 2C |
| Octal | 276 | 220 | 42 | 0 | 30 | 122 | 31 | 52 | 106 | 54 |
| Binary | 10111110 | 10010000 | 100010 | 0 | 11000 | 1010010 | 11001 | 101010 | 1000110 | 101100 |
Color Harmonies of #BE9022
Complementary color
Monochromatic Colors of #BE9022
Black with #BE9022
Text Example
Text Example
White with #BE9022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9022; }
p { color: rgb(190,144,34); }
H1.HeaderClassName
{
color: #BE9022;
}
.AnyTagClassName
{
color: #BE9022;
}
</style>
background-color css
<style>
a { background-color: #BE9022; }
a { background-color: rgb(190,144,34); }
div.DivClassName
{
background-color: #BE9022;
}
.BgClassName
{
background-color: #BE9022;
}
</style>
border-color css
<style>
span { border-color: #BE9022; }
span { border-color: rgb(190,144,34); }
td.TdClassName
{
border-color: #BE9022;
}
.TagClassName
{
border-color: #BE9022;
}
</style>