#BAA957

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

Shades of Gimblet #BAA957

Tints of Gimblet #BAA957

Color information

#BAA957 (or 0xBAA957) is unknown color: approx Gimblet. HEX triplet: BA, A9 and 57. RGB value is (186,169,87). Sum of RGB (Red+Green+Blue) = 186+169+87=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA957 is #4556A8. Grayscale: #A5A5A5. Windows color (decimal): -4544169 or 5745082. OLE color: 5745082.

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

Color convert

RGB18616987-
CMYK00.090.530.27
HSL49.7º41.77%53.53%-
HSV(B)49.7º53.23%72.94%-
XYZ36.1639.514.74-
YUV164.7484.13143.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 169 (66.41% from 255) = 38.24%
BLUE value IS 87 (34.38% from 255) = 19.68%
R=42.08%
G=38.24%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861698700.090.530.2749.741.7753.53
HexBAA95709351B322a36
Octal2722511270116533625266
Binary101110101010100110101110100111010111011110010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA957; }

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

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

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

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

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

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

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

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