#BE982C

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

Shades of Nugget #BE982C

Tints of Nugget #BE982C

Color information

#BE982C (or 0xBE982C) is unknown color: approx Nugget. HEX triplet: BE, 98 and 2C. RGB value is (190,152,44). Sum of RGB (Red+Green+Blue) = 190+152+44=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE982C is #4167D3. Grayscale: #979797. Windows color (decimal): -4286420 or 2922686. OLE color: 2922686.

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

Color convert

RGB19015244-
CMYK00.20.770.25
HSL44.38º62.39%45.88%-
HSV(B)44.38º76.84%74.51%-
XYZ32.9233.597.13-
YUV151.0567.59155.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 152 (59.77% from 255) = 39.38%
BLUE value IS 44 (17.58% from 255) = 11.40%
R=49.22%
G=39.38%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901524400.20.770.2544.3862.3945.88
HexBE982C0144D192c3e2e
Octal2762305402411531547656
Binary1011111010011000101100010100100110111001101100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE982C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE982C; }

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

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

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

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

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

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

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

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