#BA8921

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

Shades of Nugget #BA8921

Tints of Nugget #BA8921

Color information

#BA8921 (or 0xBA8921) is unknown color: approx Nugget. HEX triplet: BA, 89 and 21. RGB value is (186,137,33). Sum of RGB (Red+Green+Blue) = 186+137+33=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8921 is #4576DE. Grayscale: #8C8C8C. Windows color (decimal): -4552415 or 2197946. OLE color: 2197946.

HSL color Cylindrical-coordinate representation of color #BA8921: hue angle of 40.78º degrees, saturation: 0.7, 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 #BA8921 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18613733-
CMYK00.260.820.27
HSL40.78º69.86%42.94%-
HSV(B)40.78º82.26%72.94%-
XYZ29.4728.445.38-
YUV139.7967.73160.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 33 (13.28% from 255) = 9.27%
R=52.25%
G=38.48%
B=9.27%

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
Decimal1861373300.260.820.2740.7869.8642.94
HexBA892101A521B29462b
Octal27221141032122335110653
Binary10111010100010011000010110101010010110111010011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8921; }

 p { color: rgb(186,137,33); }

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

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

 a { background-color: rgb(186,137,33); }

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

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

 span { border-color: rgb(186,137,33); }

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