Shades of Nugget #BE8824
Tints of Nugget #BE8824
RGB
CMYK
RGB Variations
Color information
#BE8824 (or 0xBE8824) is known color: Nugget. HEX triplet: BE, 88 and 24. RGB value is (190,136,36). Sum of RGB (Red+Green+Blue) = 190+136+36=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8824 is #4177DB. Grayscale: #8D8D8D. Windows color (decimal): -4290524 or 2394302. OLE color: 2394302.
HSL color Cylindrical-coordinate representation of color #BE8824: hue angle of 38.96º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE8824 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 36 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.25 |
| HSL | 38.96º | 0.68% | 0.44% | - |
| HSV(B) | 38.96º | 0.81% | 0.75% | - |
| XYZ | 30.36 | 28.68 | 5.61 | - |
| YUV | 140.75 | 68.89 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 36 | 0 | 0.28 | 0.81 | 0.25 | 38.96 | 0.68 | 0.44 |
| Hex | BE | 88 | 24 | 0 | 1C | 51 | 19 | 27 | 44 | 2C |
| Octal | 276 | 210 | 44 | 0 | 34 | 121 | 31 | 47 | 104 | 54 |
| Binary | 10111110 | 10001000 | 100100 | 0 | 11100 | 1010001 | 11001 | 100111 | 1000100 | 101100 |
Color Harmonies of #BE8824
Complementary color
Monochromatic Colors of #BE8824
Black with #BE8824
Text Example
Text Example
White with #BE8824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8824; }
p { color: rgb(190,136,36); }
H1.HeaderClassName
{
color: #BE8824;
}
.AnyTagClassName
{
color: #BE8824;
}
</style>
background-color css
<style>
a { background-color: #BE8824; }
a { background-color: rgb(190,136,36); }
div.DivClassName
{
background-color: #BE8824;
}
.BgClassName
{
background-color: #BE8824;
}
</style>
border-color css
<style>
span { border-color: #BE8824; }
span { border-color: rgb(190,136,36); }
td.TdClassName
{
border-color: #BE8824;
}
.TagClassName
{
border-color: #BE8824;
}
</style>