#BA9732

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

Shades of Nugget #BA9732

Tints of Nugget #BA9732

Color information

#BA9732 (or 0xBA9732) is unknown color: approx Nugget. HEX triplet: BA, 97 and 32. RGB value is (186,151,50). Sum of RGB (Red+Green+Blue) = 186+151+50=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9732 is #4568CD. Grayscale: #969696. Windows color (decimal): -4548814 or 3315642. OLE color: 3315642.

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

Color convert

RGB18615150-
CMYK00.190.730.27
HSL44.56º57.63%46.27%-
HSV(B)44.56º73.12%72.94%-
XYZ31.8932.87.67-
YUV149.9571.6153.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 151 (59.38% from 255) = 39.02%
BLUE value IS 50 (19.92% from 255) = 12.92%
R=48.06%
G=39.02%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861515000.190.730.2744.5657.6346.27
HexBA9732013491B2d3a2e
Octal2722276202311133557256
Binary1011101010010111110010010011100100111011101101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9732; }

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

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

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

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

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

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

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

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