#BA9023

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

Shades of Nugget #BA9023

Tints of Nugget #BA9023

Color information

#BA9023 (or 0xBA9023) is unknown color: approx Nugget. HEX triplet: BA, 90 and 23. RGB value is (186,144,35). Sum of RGB (Red+Green+Blue) = 186+144+35=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9023 is #456FDC. Grayscale: #909090. Windows color (decimal): -4550621 or 2330810. OLE color: 2330810.

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

Color convert

RGB18614435-
CMYK00.230.810.27
HSL43.31º68.33%43.33%-
HSV(B)43.31º81.18%72.94%-
XYZ30.5330.515.87-
YUV144.1366.41157.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 35 (14.06% from 255) = 9.59%
R=50.96%
G=39.45%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861443500.230.810.2743.3168.3343.33
HexBA9023017511B2b442b
Octal27222043027121335310453
Binary10111010100100001000110101111010001110111010111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9023; }

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

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

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

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

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

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

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

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