#BAA761

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

Shades of Gimblet #BAA761

Tints of Gimblet #BAA761

Color information

#BAA761 (or 0xBAA761) is unknown color: approx Gimblet. HEX triplet: BA, A7 and 61. RGB value is (186,167,97). Sum of RGB (Red+Green+Blue) = 186+167+97=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA761 is #45589E. Grayscale: #A4A4A4. Windows color (decimal): -4544671 or 6399930. OLE color: 6399930.

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

Color convert

RGB18616797-
CMYK00.100.480.27
HSL47.19º39.21%55.49%-
HSV(B)47.19º47.85%72.94%-
XYZ36.2338.9416.92-
YUV164.789.79143.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 167 (65.62% from 255) = 37.11%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=41.33%
G=37.11%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861679700.100.480.2747.1939.2155.49
HexBAA7610A301B2f2737
Octal2722471410126033574767
Binary101110101010011111000010101011000011011101111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA761; }

 p { color: rgb(186,167,97); }

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

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

 a { background-color: rgb(186,167,97); }

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

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

 span { border-color: rgb(186,167,97); }

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