#BE952A

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

Shades of Nugget #BE952A

Tints of Nugget #BE952A

Color information

#BE952A (or 0xBE952A) is unknown color: approx Nugget. HEX triplet: BE, 95 and 2A. RGB value is (190,149,42). Sum of RGB (Red+Green+Blue) = 190+149+42=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE952A is #416AD5. Grayscale: #959595. Windows color (decimal): -4287190 or 2790846. OLE color: 2790846.

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

Color convert

RGB19014942-
CMYK00.220.780.25
HSL43.38º63.79%45.49%-
HSV(B)43.38º77.89%74.51%-
XYZ32.432.616.78-
YUV149.0667.58157.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 42 (16.80% from 255) = 11.02%
R=49.87%
G=39.11%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901494200.220.780.2543.3863.7945.49
HexBE952A0164E192b402d
Octal27622552026116315310055
Binary10111110100101011010100101101001110110011010111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE952A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE952A; }

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

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

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

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

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

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

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

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