#BA902E

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

Shades of Nugget #BA902E

Tints of Nugget #BA902E

Color information

#BA902E (or 0xBA902E) is unknown color: approx Nugget. HEX triplet: BA, 90 and 2E. RGB value is (186,144,46). Sum of RGB (Red+Green+Blue) = 186+144+46=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA902E is #456FD1. Grayscale: #919191. Windows color (decimal): -4550610 or 3051706. OLE color: 3051706.

HSL color Cylindrical-coordinate representation of color #BA902E: hue angle of 42º 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 #BA902E is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18614446-
CMYK00.230.750.27
HSL42º60.34%45.49%-
HSV(B)42º75.27%72.94%-
XYZ30.7230.586.87-
YUV145.3971.91156.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 144 (56.64% from 255) = 38.30%
BLUE value IS 46 (18.36% from 255) = 12.23%
R=49.47%
G=38.30%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861444600.230.750.274260.3445.49
HexBA902E0174B1B2a3c2d
Octal2722205602711333527455
Binary1011101010010000101110010111100101111011101010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA902E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA902E; }

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

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

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

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

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

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

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

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