#be9a2e

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

Shades of Nugget #BE9A2E

Tints of Nugget #BE9A2E

Color information

#BE9A2E (or 0xBE9A2E) is unknown color: approx Nugget. HEX triplet: BE, 9A and 2E. RGB value is (190,154,46). Sum of RGB (Red+Green+Blue) = 190+154+46=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A2E is #4165D1. Grayscale: #989898. Windows color (decimal): -4285906 or 3054270. OLE color: 3054270.

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

Color convert

RGB19015446-
CMYK00.190.760.25
HSL45º61.02%46.27%-
HSV(B)45º75.79%74.51%-
XYZ33.2834.267.44-
YUV152.4567.93154.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 154 (60.55% from 255) = 39.49%
BLUE value IS 46 (18.36% from 255) = 11.79%
R=48.72%
G=39.49%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901544600.190.760.254561.0246.27
HexBE9A2E0134C192d3d2e
Octal2762325602311431557556
Binary1011111010011010101110010011100110011001101101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be9a2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be9a2e; }

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

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

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

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

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

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

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

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