#BAAB57

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

Shades of Gimblet #BAAB57

Tints of Gimblet #BAAB57

Color information

#BAAB57 (or 0xBAAB57) is unknown color: approx Gimblet. HEX triplet: BA, AB and 57. RGB value is (186,171,87). Sum of RGB (Red+Green+Blue) = 186+171+87=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB57 is #4554A8. Grayscale: #A6A6A6. Windows color (decimal): -4543657 or 5745594. OLE color: 5745594.

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

Color convert

RGB18617187-
CMYK00.080.530.27
HSL50.91º41.77%53.53%-
HSV(B)50.91º53.23%72.94%-
XYZ36.5340.2514.86-
YUV165.9183.47142.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 87 (34.38% from 255) = 19.59%
R=41.89%
G=38.51%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861718700.080.530.2750.9141.7753.53
HexBAAB5708351B332a36
Octal2722531270106533635266
Binary101110101010101110101110100011010111011110011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB57; }

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

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

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

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

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

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

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

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