#BAA658

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

Shades of Gimblet #BAA658

Tints of Gimblet #BAA658

Color information

#BAA658 (or 0xBAA658) is unknown color: approx Gimblet. HEX triplet: BA, A6 and 58. RGB value is (186,166,88). Sum of RGB (Red+Green+Blue) = 186+166+88=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA658 is #4559A7. Grayscale: #A3A3A3. Windows color (decimal): -4544936 or 5809850. OLE color: 5809850.

HSL color Cylindrical-coordinate representation of color #BAA658: hue angle of 47.76º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAA658 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18616688-
CMYK00.110.530.27
HSL47.76º41.53%53.73%-
HSV(B)47.76º52.69%72.94%-
XYZ35.6538.4214.77-
YUV163.0985.63144.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 166 (65.23% from 255) = 37.73%
BLUE value IS 88 (34.77% from 255) = 20%
R=42.27%
G=37.73%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861668800.110.530.2747.7641.5353.73
HexBAA6580B351B302a36
Octal2722461300136533605266
Binary101110101010011010110000101111010111011110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA658; }

 p { color: rgb(186,166,88); }

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

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

 a { background-color: rgb(186,166,88); }

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

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

 span { border-color: rgb(186,166,88); }

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