#BAAE57

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

Shades of Gimblet #BAAE57

Tints of Gimblet #BAAE57

Color information

#BAAE57 (or 0xBAAE57) is unknown color: approx Gimblet. HEX triplet: BA, AE and 57. RGB value is (186,174,87). Sum of RGB (Red+Green+Blue) = 186+174+87=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 87 (34.38% from 255 or 19.46% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE57 is #4551A8. Grayscale: #A8A8A8. Windows color (decimal): -4542889 or 5746362. OLE color: 5746362.

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

Color convert

RGB18617487-
CMYK00.060.530.27
HSL52.73º41.77%53.53%-
HSV(B)52.73º53.23%72.94%-
XYZ37.1141.415.05-
YUV167.6782.48141.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 174 (68.36% from 255) = 38.93%
BLUE value IS 87 (34.38% from 255) = 19.46%
R=41.61%
G=38.93%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861748700.060.530.2752.7341.7753.53
HexBAAE5706351B352a36
Octal272256127066533655266
Binary10111010101011101010111011011010111011110101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE57; }

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

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

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

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

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

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

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

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