#BE9B32

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

Shades of Nugget #BE9B32

Tints of Nugget #BE9B32

Color information

#BE9B32 (or 0xBE9B32) is unknown color: approx Nugget. HEX triplet: BE, 9B and 32. RGB value is (190,155,50). Sum of RGB (Red+Green+Blue) = 190+155+50=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9B32 is #4164CD. Grayscale: #999999. Windows color (decimal): -4285646 or 3316670. OLE color: 3316670.

HSL color Cylindrical-coordinate representation of color #BE9B32: hue angle of 45º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE9B32 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19015550-
CMYK00.180.740.25
HSL45º58.33%47.06%-
HSV(B)45º73.68%74.51%-
XYZ33.5334.627.93-
YUV153.4969.6154.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 50 (19.92% from 255) = 12.66%
R=48.10%
G=39.24%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901555000.180.740.254558.3347.06
HexBE9B320124A192d3a2f
Octal2762336202211231557257
Binary1011111010011011110010010010100101011001101101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B32; }

 p { color: rgb(190,155,50); }

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

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

 a { background-color: rgb(190,155,50); }

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

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

 span { border-color: rgb(190,155,50); }

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