#BAA862

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

Shades of Gimblet #BAA862

Tints of Gimblet #BAA862

Color information

#BAA862 (or 0xBAA862) is unknown color: approx Gimblet. HEX triplet: BA, A8 and 62. RGB value is (186,168,98). Sum of RGB (Red+Green+Blue) = 186+168+98=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA862 is #45579D. Grayscale: #A5A5A5. Windows color (decimal): -4544414 or 6465722. OLE color: 6465722.

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

Color convert

RGB18616898-
CMYK00.100.470.27
HSL47.73º38.94%55.69%-
HSV(B)47.73º47.31%72.94%-
XYZ36.4639.3317.22-
YUV165.489.96142.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 168 (66.02% from 255) = 37.17%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=41.15%
G=37.17%
B=21.68%

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
Decimal1861689800.100.470.2747.7338.9455.69
HexBAA8620A2F1B302738
Octal2722501420125733604770
Binary101110101010100011000100101010111111011110000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA862; }

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

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

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

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

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

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

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

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