Shades of Nugget #BE9A2D
Tints of Nugget #BE9A2D
RGB
CMYK
RGB Variations
Color information
#BE9A2D (or 0xBE9A2D) is known color: Nugget. HEX triplet: BE, 9A and 2D. RGB value is (190,154,45). Sum of RGB (Red+Green+Blue) = 190+154+45=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A2D is #4165D2. Grayscale: #989898. Windows color (decimal): -4285907 or 2988734. OLE color: 2988734.
HSL color Cylindrical-coordinate representation of color #BE9A2D: hue angle of 45.1º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE9A2D is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 154 | 45 | - |
CMYK | 0 | 0.19 | 0.76 | 0.25 |
HSL | 45.1º | 0.62% | 0.46% | - |
HSV(B) | 45.1º | 0.76% | 0.75% | - |
XYZ | 33.26 | 34.25 | 7.34 | - |
YUV | 152.34 | 67.43 | 154.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 154 | 45 | 0 | 0.19 | 0.76 | 0.25 | 45.1 | 0.62 | 0.46 |
Hex | BE | 9A | 2D | 0 | 13 | 4C | 19 | 2D | 3E | 2E |
Octal | 276 | 232 | 55 | 0 | 23 | 114 | 31 | 55 | 76 | 56 |
Binary | 10111110 | 10011010 | 101101 | 0 | 10011 | 1001100 | 11001 | 101101 | 111110 | 101110 |
Color Harmonies of #BE9A2D
Complementary color
Monochromatic Colors of #BE9A2D
Black with #BE9A2D
Text Example
Text Example
White with #BE9A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A2D; }
p { color: rgb(190,154,45); }
H1.HeaderClassName
{
color: #BE9A2D;
}
.AnyTagClassName
{
color: #BE9A2D;
}
</style>
background-color css
<style>
a { background-color: #BE9A2D; }
a { background-color: rgb(190,154,45); }
div.DivClassName
{
background-color: #BE9A2D;
}
.BgClassName
{
background-color: #BE9A2D;
}
</style>
border-color css
<style>
span { border-color: #BE9A2D; }
span { border-color: rgb(190,154,45); }
td.TdClassName
{
border-color: #BE9A2D;
}
.TagClassName
{
border-color: #BE9A2D;
}
</style>