#BE9930

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

Shades of Nugget #BE9930

Tints of Nugget #BE9930

Color information

#BE9930 (or 0xBE9930) is unknown color: approx Nugget. HEX triplet: BE, 99 and 30. RGB value is (190,153,48). Sum of RGB (Red+Green+Blue) = 190+153+48=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9930 is #4166CF. Grayscale: #989898. Windows color (decimal): -4286160 or 3185086. OLE color: 3185086.

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

Color convert

RGB19015348-
CMYK00.190.750.25
HSL44.37º59.66%46.67%-
HSV(B)44.37º74.74%74.51%-
XYZ33.1633.947.6-
YUV152.0969.26155.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 48 (19.14% from 255) = 12.28%
R=48.59%
G=39.13%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901534800.190.750.2544.3759.6646.67
HexBE99300134B192c3c2f
Octal2762316002311331547457
Binary1011111010011001110000010011100101111001101100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9930; }

 p { color: rgb(190,153,48); }

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

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

 a { background-color: rgb(190,153,48); }

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

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

 span { border-color: rgb(190,153,48); }

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