#BA8A28

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

Shades of Nugget #BA8A28

Tints of Nugget #BA8A28

Color information

#BA8A28 (or 0xBA8A28) is unknown color: approx Nugget. HEX triplet: BA, 8A and 28. RGB value is (186,138,40). Sum of RGB (Red+Green+Blue) = 186+138+40=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A28 is #4575D7. Grayscale: #8D8D8D. Windows color (decimal): -4552152 or 2656954. OLE color: 2656954.

HSL color Cylindrical-coordinate representation of color #BA8A28: hue angle of 40.27º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA8A28 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18613840-
CMYK00.260.780.27
HSL40.27º64.6%44.31%-
HSV(B)40.27º78.49%72.94%-
XYZ29.7228.775.99-
YUV141.1870.9159.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 138 (54.30% from 255) = 37.91%
BLUE value IS 40 (16.02% from 255) = 10.99%
R=51.10%
G=37.91%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861384000.260.780.2740.2764.644.31
HexBA8A2801A4E1B28412c
Octal27221250032116335010154
Binary10111010100010101010000110101001110110111010001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A28; }

 p { color: rgb(186,138,40); }

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

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

 a { background-color: rgb(186,138,40); }

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

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

 span { border-color: rgb(186,138,40); }

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