#BE9A2C

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

Shades of Nugget #BE9A2C

Tints of Nugget #BE9A2C

Color information

#BE9A2C (or 0xBE9A2C) is unknown color: approx Nugget. HEX triplet: BE, 9A and 2C. RGB value is (190,154,44). Sum of RGB (Red+Green+Blue) = 190+154+44=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A2C is #4165D3. Grayscale: #989898. Windows color (decimal): -4285908 or 2923198. OLE color: 2923198.

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

Color convert

RGB19015444-
CMYK00.190.770.25
HSL45.21º62.39%45.88%-
HSV(B)45.21º76.84%74.51%-
XYZ33.2534.247.24-
YUV152.2266.93154.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 154 (60.55% from 255) = 39.69%
BLUE value IS 44 (17.58% from 255) = 11.34%
R=48.97%
G=39.69%
B=11.34%

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
Decimal1901544400.190.770.2545.2162.3945.88
HexBE9A2C0134D192d3e2e
Octal2762325402311531557656
Binary1011111010011010101100010011100110111001101101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A2C; }

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

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

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

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

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

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

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

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