Html Css Color HEX #BE962A Nugget

📋 copy color: '#BE962A'

red 190 ◦ green 150 ◦ blue 42

#BE962A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #BE962A

Tints of Nugget #BE962A

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.8% from 255) = 10.99%

R = 49.74%
G = 39.27%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE962A (or 0xBE962A) is known color: 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

RGB 190 150 42 -
CMYK 0 0.21 0.78 0.25
HSL 43.78º 0.64% 0.45% -
HSV(B) 43.78º 0.78% 0.75% -
XYZ 32.56 32.93 6.83 -
YUV 149.65 67.25 156.78 -
System Red Green Blue C M Y K H S L
Decimal 190 150 42 0 0.21 0.78 0.25 43.78 0.64 0.45
Hex BE 96 2A 0 15 4E 19 2C 40 2D
Octal 276 226 52 0 25 116 31 54 100 55
Binary 10111110 10010110 101010 0 10101 1001110 11001 101100 1000000 101101

Color Harmonies of #BE962A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE962A

Black with #BE962A

Text Example


Text Example

White with #BE962A

Text Example


Text Example

HTML Codes & Css Web 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>