#BAA963

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

Shades of Gimblet #BAA963

Tints of Gimblet #BAA963

Color information

#BAA963 (or 0xBAA963) is unknown color: approx Gimblet. HEX triplet: BA, A9 and 63. RGB value is (186,169,99). Sum of RGB (Red+Green+Blue) = 186+169+99=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA963 is #45569C. Grayscale: #A6A6A6. Windows color (decimal): -4544157 or 6531514. OLE color: 6531514.

HSL color Cylindrical-coordinate representation of color #BAA963: hue angle of 48.28º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAA963 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18616999-
CMYK00.090.470.27
HSL48.28º38.67%55.88%-
HSV(B)48.28º46.77%72.94%-
XYZ36.6939.7217.54-
YUV166.190.13142.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 169 (66.41% from 255) = 37.22%
BLUE value IS 99 (39.06% from 255) = 21.81%
R=40.97%
G=37.22%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861699900.090.470.2748.2838.6755.88
HexBAA963092F1B302738
Octal2722511430115733604770
Binary101110101010100111000110100110111111011110000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA963; }

 p { color: rgb(186,169,99); }

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

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

 a { background-color: rgb(186,169,99); }

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

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

 span { border-color: rgb(186,169,99); }

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