#be8e21

Color #BE8E21 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #BE8E21

Tints of Nugget #BE8E21

Color information

#BE8E21 (or 0xBE8E21) is unknown color: approx Nugget. HEX triplet: BE, 8E and 21. RGB value is (190,142,33). Sum of RGB (Red+Green+Blue) = 190+142+33=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8E21 is #4171DE. Grayscale: #909090. Windows color (decimal): -4288991 or 2199230. OLE color: 2199230.

HSL color Cylindrical-coordinate representation of color #BE8E21: hue angle of 41.66º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE8E21 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB19014233-
CMYK00.250.830.25
HSL41.66º70.4%43.73%-
HSV(B)41.66º82.63%74.51%-
XYZ31.1830.45.66-
YUV143.9365.4160.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 33 (13.28% from 255) = 9.04%
R=52.05%
G=38.90%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901423300.250.830.2541.6670.443.73
HexBE8E2101953192a462c
Octal27621641031123315210654
Binary10111110100011101000010110011010011110011010101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be8e21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be8e21; }

 p { color: rgb(190,142,33); }

 H1.HeaderClassName
 {
   color: #be8e21;
 }
 .AnyTagClassName
 {
   color: #be8e21;
 }
</style>
background-color css

<style>
 a { background-color: #be8e21; }

 a { background-color: rgb(190,142,33); }

 div.DivClassName
 {
   background-color: #be8e21;
 }
 .BgClassName
 {
   background-color: #be8e21;
 }
</style>
border-color css

<style>
 span { border-color: #be8e21; }

 span { border-color: rgb(190,142,33); }

 td.TdClassName
 {
   border-color: #be8e21;
 }
 .TagClassName
 {
   border-color: #be8e21;
 }
</style>