Shades of Nugget #BE8F27
Tints of Nugget #BE8F27
RGB
CMYK
RGB Variations
Color information
#BE8F27 (or 0xBE8F27) is known color: Nugget. HEX triplet: BE, 8F and 27. RGB value is (190,143,39). Sum of RGB (Red+Green+Blue) = 190+143+39=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F27 is #4170D8. Grayscale: #919191. Windows color (decimal): -4288729 or 2592702. OLE color: 2592702.
HSL color Cylindrical-coordinate representation of color #BE8F27: hue angle of 41.32º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE8F27 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 39 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.25 |
| HSL | 41.32º | 0.66% | 0.45% | - |
| HSV(B) | 41.32º | 0.79% | 0.75% | - |
| XYZ | 31.42 | 30.74 | 6.2 | - |
| YUV | 145.2 | 68.07 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 39 | 0 | 0.25 | 0.79 | 0.25 | 41.32 | 0.66 | 0.45 |
| Hex | BE | 8F | 27 | 0 | 19 | 4F | 19 | 29 | 42 | 2D |
| Octal | 276 | 217 | 47 | 0 | 31 | 117 | 31 | 51 | 102 | 55 |
| Binary | 10111110 | 10001111 | 100111 | 0 | 11001 | 1001111 | 11001 | 101001 | 1000010 | 101101 |
Color Harmonies of #BE8F27
Complementary color
Monochromatic Colors of #BE8F27
Black with #BE8F27
Text Example
Text Example
White with #BE8F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F27; }
p { color: rgb(190,143,39); }
H1.HeaderClassName
{
color: #BE8F27;
}
.AnyTagClassName
{
color: #BE8F27;
}
</style>
background-color css
<style>
a { background-color: #BE8F27; }
a { background-color: rgb(190,143,39); }
div.DivClassName
{
background-color: #BE8F27;
}
.BgClassName
{
background-color: #BE8F27;
}
</style>
border-color css
<style>
span { border-color: #BE8F27; }
span { border-color: rgb(190,143,39); }
td.TdClassName
{
border-color: #BE8F27;
}
.TagClassName
{
border-color: #BE8F27;
}
</style>