#BE962A

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

Shades of Nugget #BE962A

Tints of Nugget #BE962A

Color information

#BE962A (or 0xBE962A) is unknown color: approx Nugget. HEX triplet: BE, 96 and 2A. RGB value is (190,150,42). Sum of RGB (Red+Green+Blue) = 190+150+42=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE962A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE962A is #4169D5. Grayscale: #969696. Windows color (decimal): -4286934 or 2791102. OLE color: 2791102.

HSL color Cylindrical-coordinate representation of color #BE962A: hue angle of 43.78º 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 #BE962A is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19015042-
CMYK00.210.780.25
HSL43.78º63.79%45.49%-
HSV(B)43.78º77.89%74.51%-
XYZ32.5632.936.83-
YUV149.6567.25156.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 150 (58.98% from 255) = 39.27%
BLUE value IS 42 (16.80% from 255) = 10.99%
R=49.74%
G=39.27%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901504200.210.780.2543.7863.7945.49
HexBE962A0154E192c402d
Octal27622652025116315410055
Binary10111110100101101010100101011001110110011011001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE962A; }

 p { color: rgb(190,150,42); }

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

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

 a { background-color: rgb(190,150,42); }

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

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

 span { border-color: rgb(190,150,42); }

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