#BA922E

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

Shades of Nugget #BA922E

Tints of Nugget #BA922E

Color information

#BA922E (or 0xBA922E) is unknown color: approx Nugget. HEX triplet: BA, 92 and 2E. RGB value is (186,146,46). Sum of RGB (Red+Green+Blue) = 186+146+46=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA922E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA922E is #456DD1. Grayscale: #939393. Windows color (decimal): -4550098 or 3052218. OLE color: 3052218.

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

Color convert

RGB18614646-
CMYK00.220.750.27
HSL42.86º60.34%45.49%-
HSV(B)42.86º75.27%72.94%-
XYZ31.0231.196.97-
YUV146.5671.25156.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 46 (18.36% from 255) = 12.17%
R=49.21%
G=38.62%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861464600.220.750.2742.8660.3445.49
HexBA922E0164B1B2b3c2d
Octal2722225602611333537455
Binary1011101010010010101110010110100101111011101011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA922E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA922E; }

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

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

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

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

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

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

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

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