#be982e

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

Shades of Nugget #BE982E

Tints of Nugget #BE982E

Color information

#BE982E (or 0xBE982E) is unknown color: approx Nugget. HEX triplet: BE, 98 and 2E. RGB value is (190,152,46). Sum of RGB (Red+Green+Blue) = 190+152+46=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE982E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE982E is #4167D1. Grayscale: #979797. Windows color (decimal): -4286418 or 3053758. OLE color: 3053758.

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

Color convert

RGB19015246-
CMYK00.20.760.25
HSL44.17º61.02%46.27%-
HSV(B)44.17º75.79%74.51%-
XYZ32.9633.67.33-
YUV151.2868.59155.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 152 (59.77% from 255) = 39.18%
BLUE value IS 46 (18.36% from 255) = 11.86%
R=48.97%
G=39.18%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901524600.20.760.2544.1761.0246.27
HexBE982E0144C192c3d2e
Octal2762305602411431547556
Binary1011111010011000101110010100100110011001101100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be982e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be982e; }

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

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

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

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

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

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

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

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