#BE952E

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

Shades of Nugget #BE952E

Tints of Nugget #BE952E

Color information

#BE952E (or 0xBE952E) is unknown color: approx Nugget. HEX triplet: BE, 95 and 2E. RGB value is (190,149,46). Sum of RGB (Red+Green+Blue) = 190+149+46=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE952E is #416AD1. Grayscale: #959595. Windows color (decimal): -4287186 or 3052990. OLE color: 3052990.

HSL color Cylindrical-coordinate representation of color #BE952E: hue angle of 42.92º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE952E is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB19014946-
CMYK00.220.760.25
HSL42.92º61.02%46.27%-
HSV(B)42.92º75.79%74.51%-
XYZ32.4832.647.17-
YUV149.5269.58156.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 149 (58.59% from 255) = 38.70%
BLUE value IS 46 (18.36% from 255) = 11.95%
R=49.35%
G=38.70%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901494600.220.760.2542.9261.0246.27
HexBE952E0164C192b3d2e
Octal2762255602611431537556
Binary1011111010010101101110010110100110011001101011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE952E; }

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

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

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

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

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

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

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

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