#BAA863

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

Shades of Gimblet #BAA863

Tints of Gimblet #BAA863

Color information

#BAA863 (or 0xBAA863) is unknown color: approx Gimblet. HEX triplet: BA, A8 and 63. RGB value is (186,168,99). Sum of RGB (Red+Green+Blue) = 186+168+99=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA863 is #45579C. Grayscale: #A5A5A5. Windows color (decimal): -4544413 or 6531258. OLE color: 6531258.

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

Color convert

RGB18616899-
CMYK00.100.470.27
HSL47.59º38.67%55.88%-
HSV(B)47.59º46.77%72.94%-
XYZ36.539.3517.47-
YUV165.5290.46142.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 168 (66.02% from 255) = 37.09%
BLUE value IS 99 (39.06% from 255) = 21.85%
R=41.06%
G=37.09%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861689900.100.470.2747.5938.6755.88
HexBAA8630A2F1B302738
Octal2722501430125733604770
Binary101110101010100011000110101010111111011110000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA863; }

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

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

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

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

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

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

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

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