Shades of Nugget #BE8F25
Tints of Nugget #BE8F25
RGB
CMYK
RGB Variations
Color information
#BE8F25 (or 0xBE8F25) is known color: Nugget. HEX triplet: BE, 8F and 25. RGB value is (190,143,37). Sum of RGB (Red+Green+Blue) = 190+143+37=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F25 is #4170DA. Grayscale: #919191. Windows color (decimal): -4288731 or 2461630. OLE color: 2461630.
HSL color Cylindrical-coordinate representation of color #BE8F25: hue angle of 41.57º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE8F25 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 37 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.25 |
| HSL | 41.57º | 0.67% | 0.45% | - |
| HSV(B) | 41.57º | 0.81% | 0.75% | - |
| XYZ | 31.39 | 30.73 | 6.03 | - |
| YUV | 144.97 | 67.07 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 37 | 0 | 0.25 | 0.81 | 0.25 | 41.57 | 0.67 | 0.45 |
| Hex | BE | 8F | 25 | 0 | 19 | 51 | 19 | 2A | 43 | 2D |
| Octal | 276 | 217 | 45 | 0 | 31 | 121 | 31 | 52 | 103 | 55 |
| Binary | 10111110 | 10001111 | 100101 | 0 | 11001 | 1010001 | 11001 | 101010 | 1000011 | 101101 |
Color Harmonies of #BE8F25
Complementary color
Monochromatic Colors of #BE8F25
Black with #BE8F25
Text Example
Text Example
White with #BE8F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F25; }
p { color: rgb(190,143,37); }
H1.HeaderClassName
{
color: #BE8F25;
}
.AnyTagClassName
{
color: #BE8F25;
}
</style>
background-color css
<style>
a { background-color: #BE8F25; }
a { background-color: rgb(190,143,37); }
div.DivClassName
{
background-color: #BE8F25;
}
.BgClassName
{
background-color: #BE8F25;
}
</style>
border-color css
<style>
span { border-color: #BE8F25; }
span { border-color: rgb(190,143,37); }
td.TdClassName
{
border-color: #BE8F25;
}
.TagClassName
{
border-color: #BE8F25;
}
</style>