#BE992C

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

Shades of Nugget #BE992C

Tints of Nugget #BE992C

Color information

#BE992C (or 0xBE992C) is unknown color: approx Nugget. HEX triplet: BE, 99 and 2C. RGB value is (190,153,44). Sum of RGB (Red+Green+Blue) = 190+153+44=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE992C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE992C is #4166D3. Grayscale: #989898. Windows color (decimal): -4286164 or 2922942. OLE color: 2922942.

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

Color convert

RGB19015344-
CMYK00.190.770.25
HSL44.79º62.39%45.88%-
HSV(B)44.79º76.84%74.51%-
XYZ33.0833.917.18-
YUV151.6467.26155.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 153 (60.16% from 255) = 39.53%
BLUE value IS 44 (17.58% from 255) = 11.37%
R=49.10%
G=39.53%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901534400.190.770.2544.7962.3945.88
HexBE992C0134D192d3e2e
Octal2762315402311531557656
Binary1011111010011001101100010011100110111001101101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE992C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE992C; }

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

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

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

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

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

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

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

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