Shades of Nugget #BE972D
Tints of Nugget #BE972D
RGB
CMYK
RGB Variations
Color information
#BE972D (or 0xBE972D) is known color: Nugget. HEX triplet: BE, 97 and 2D. RGB value is (190,151,45). Sum of RGB (Red+Green+Blue) = 190+151+45=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE972D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE972D is #4168D2. Grayscale: #979797. Windows color (decimal): -4286675 or 2987966. OLE color: 2987966.
HSL color Cylindrical-coordinate representation of color #BE972D: hue angle of 43.86º 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 #BE972D is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 151 | 45 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.25 |
| HSL | 43.86º | 0.62% | 0.46% | - |
| HSV(B) | 43.86º | 0.76% | 0.75% | - |
| XYZ | 32.78 | 33.27 | 7.18 | - |
| YUV | 150.58 | 68.42 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 151 | 45 | 0 | 0.21 | 0.76 | 0.25 | 43.86 | 0.62 | 0.46 |
| Hex | BE | 97 | 2D | 0 | 15 | 4C | 19 | 2C | 3E | 2E |
| Octal | 276 | 227 | 55 | 0 | 25 | 114 | 31 | 54 | 76 | 56 |
| Binary | 10111110 | 10010111 | 101101 | 0 | 10101 | 1001100 | 11001 | 101100 | 111110 | 101110 |
Color Harmonies of #BE972D
Complementary color
Monochromatic Colors of #BE972D
Black with #BE972D
Text Example
Text Example
White with #BE972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE972D; }
p { color: rgb(190,151,45); }
H1.HeaderClassName
{
color: #BE972D;
}
.AnyTagClassName
{
color: #BE972D;
}
</style>
background-color css
<style>
a { background-color: #BE972D; }
a { background-color: rgb(190,151,45); }
div.DivClassName
{
background-color: #BE972D;
}
.BgClassName
{
background-color: #BE972D;
}
</style>
border-color css
<style>
span { border-color: #BE972D; }
span { border-color: rgb(190,151,45); }
td.TdClassName
{
border-color: #BE972D;
}
.TagClassName
{
border-color: #BE972D;
}
</style>