#BA8A22

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

Shades of Nugget #BA8A22

Tints of Nugget #BA8A22

Color information

#BA8A22 (or 0xBA8A22) is unknown color: approx Nugget. HEX triplet: BA, 8A and 22. RGB value is (186,138,34). Sum of RGB (Red+Green+Blue) = 186+138+34=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A22 is #4575DD. Grayscale: #8C8C8C. Windows color (decimal): -4552158 or 2263738. OLE color: 2263738.

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

Color convert

RGB18613834-
CMYK00.260.820.27
HSL41.05º69.09%43.14%-
HSV(B)41.05º81.72%72.94%-
XYZ29.6328.735.5-
YUV140.567.9160.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 138 (54.30% from 255) = 38.55%
BLUE value IS 34 (13.67% from 255) = 9.50%
R=51.96%
G=38.55%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861383400.260.820.2741.0569.0943.14
HexBA8A2201A521B29452b
Octal27221242032122335110553
Binary10111010100010101000100110101010010110111010011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A22; }

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

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

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

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

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

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

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

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