#BA9932

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

Shades of Nugget #BA9932

Tints of Nugget #BA9932

Color information

#BA9932 (or 0xBA9932) is unknown color: approx Nugget. HEX triplet: BA, 99 and 32. RGB value is (186,153,50). Sum of RGB (Red+Green+Blue) = 186+153+50=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9932 is #4566CD. Grayscale: #979797. Windows color (decimal): -4548302 or 3316154. OLE color: 3316154.

HSL color Cylindrical-coordinate representation of color #BA9932: hue angle of 45.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA9932 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18615350-
CMYK00.180.730.27
HSL45.44º57.63%46.27%-
HSV(B)45.44º73.12%72.94%-
XYZ32.2233.457.78-
YUV151.1270.93152.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 153 (60.16% from 255) = 39.33%
BLUE value IS 50 (19.92% from 255) = 12.85%
R=47.81%
G=39.33%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861535000.180.730.2745.4457.6346.27
HexBA9932012491B2d3a2e
Octal2722316202211133557256
Binary1011101010011001110010010010100100111011101101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9932; }

 p { color: rgb(186,153,50); }

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

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

 a { background-color: rgb(186,153,50); }

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

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

 span { border-color: rgb(186,153,50); }

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