#BA8920

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

Shades of Nugget #BA8920

Tints of Nugget #BA8920

Color information

#BA8920 (or 0xBA8920) is unknown color: approx Nugget. HEX triplet: BA, 89 and 20. RGB value is (186,137,32). Sum of RGB (Red+Green+Blue) = 186+137+32=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8920 is #4576DF. Grayscale: #8C8C8C. Windows color (decimal): -4552416 or 2132410. OLE color: 2132410.

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

Color convert

RGB18613732-
CMYK00.260.830.27
HSL40.91º70.64%42.75%-
HSV(B)40.91º82.8%72.94%-
XYZ29.4628.435.3-
YUV139.6867.23161.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 137 (53.91% from 255) = 38.59%
BLUE value IS 32 (12.89% from 255) = 9.01%
R=52.39%
G=38.59%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861373200.260.830.2740.9170.6442.75
HexBA892001A531B29472b
Octal27221140032123335110753
Binary10111010100010011000000110101010011110111010011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8920; }

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

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

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

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

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

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

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

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