#be952f

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

Shades of Nugget #BE952F

Tints of Nugget #BE952F

Color information

#BE952F (or 0xBE952F) is unknown color: approx Nugget. HEX triplet: BE, 95 and 2F. RGB value is (190,149,47). Sum of RGB (Red+Green+Blue) = 190+149+47=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE952F is #416AD0. Grayscale: #969696. Windows color (decimal): -4287185 or 3118526. OLE color: 3118526.

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

Color convert

RGB19014947-
CMYK00.220.750.25
HSL42.8º60.34%46.47%-
HSV(B)42.8º75.26%74.51%-
XYZ32.532.657.28-
YUV149.6370.08156.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 47 (18.75% from 255) = 12.18%
R=49.22%
G=38.60%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901494700.220.750.2542.860.3446.47
HexBE952F0164B192b3c2e
Octal2762255702611331537456
Binary1011111010010101101111010110100101111001101011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be952f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be952f; }

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

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

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

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

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

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

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

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