#BA922A

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

Shades of Nugget #BA922A

Tints of Nugget #BA922A

Color information

#BA922A (or 0xBA922A) is unknown color: approx Nugget. HEX triplet: BA, 92 and 2A. RGB value is (186,146,42). Sum of RGB (Red+Green+Blue) = 186+146+42=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA922A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA922A is #456DD5. Grayscale: #929292. Windows color (decimal): -4550102 or 2790074. OLE color: 2790074.

HSL color Cylindrical-coordinate representation of color #BA922A: hue angle of 43.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA922A is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18614642-
CMYK00.220.770.27
HSL43.33º63.16%44.71%-
HSV(B)43.33º77.42%72.94%-
XYZ30.9531.166.57-
YUV146.169.25156.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 146 (57.42% from 255) = 39.04%
BLUE value IS 42 (16.80% from 255) = 11.23%
R=49.73%
G=39.04%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861464200.220.770.2743.3363.1644.71
HexBA922A0164D1B2b3f2d
Octal2722225202611533537755
Binary1011101010010010101010010110100110111011101011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA922A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA922A; }

 p { color: rgb(186,146,42); }

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

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

 a { background-color: rgb(186,146,42); }

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

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

 span { border-color: rgb(186,146,42); }

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