Shades of Nugget #BE8A2A
Tints of Nugget #BE8A2A
RGB
CMYK
RGB Variations
Color information
#BE8A2A (or 0xBE8A2A) is known color: Nugget. HEX triplet: BE, 8A and 2A. RGB value is (190,138,42). Sum of RGB (Red+Green+Blue) = 190+138+42=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8A2A is #4175D5. Grayscale: #8F8F8F. Windows color (decimal): -4290006 or 2788030. OLE color: 2788030.
HSL color Cylindrical-coordinate representation of color #BE8A2A: hue angle of 38.92º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE8A2A is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 42 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.25 |
| HSL | 38.92º | 0.64% | 0.45% | - |
| HSV(B) | 38.92º | 0.78% | 0.75% | - |
| XYZ | 30.74 | 29.29 | 6.22 | - |
| YUV | 142.6 | 71.23 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 42 | 0 | 0.27 | 0.78 | 0.25 | 38.92 | 0.64 | 0.45 |
| Hex | BE | 8A | 2A | 0 | 1B | 4E | 19 | 27 | 40 | 2D |
| Octal | 276 | 212 | 52 | 0 | 33 | 116 | 31 | 47 | 100 | 55 |
| Binary | 10111110 | 10001010 | 101010 | 0 | 11011 | 1001110 | 11001 | 100111 | 1000000 | 101101 |
Color Harmonies of #BE8A2A
Complementary color
Monochromatic Colors of #BE8A2A
Black with #BE8A2A
Text Example
Text Example
White with #BE8A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8A2A; }
p { color: rgb(190,138,42); }
H1.HeaderClassName
{
color: #BE8A2A;
}
.AnyTagClassName
{
color: #BE8A2A;
}
</style>
background-color css
<style>
a { background-color: #BE8A2A; }
a { background-color: rgb(190,138,42); }
div.DivClassName
{
background-color: #BE8A2A;
}
.BgClassName
{
background-color: #BE8A2A;
}
</style>
border-color css
<style>
span { border-color: #BE8A2A; }
span { border-color: rgb(190,138,42); }
td.TdClassName
{
border-color: #BE8A2A;
}
.TagClassName
{
border-color: #BE8A2A;
}
</style>