#BAAD57

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

Shades of Gimblet #BAAD57

Tints of Gimblet #BAAD57

Color information

#BAAD57 (or 0xBAAD57) is unknown color: approx Gimblet. HEX triplet: BA, AD and 57. RGB value is (186,173,87). Sum of RGB (Red+Green+Blue) = 186+173+87=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 87 (34.38% from 255 or 19.51% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAD57 is #4552A8. Grayscale: #A7A7A7. Windows color (decimal): -4543145 or 5746106. OLE color: 5746106.

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

Color convert

RGB18617387-
CMYK00.070.530.27
HSL52.12º41.77%53.53%-
HSV(B)52.12º53.23%72.94%-
XYZ36.9141.0114.99-
YUV167.0882.81141.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 87 (34.38% from 255) = 19.51%
R=41.70%
G=38.79%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861738700.070.530.2752.1241.7753.53
HexBAAD5707351B342a36
Octal272255127076533645266
Binary10111010101011011010111011111010111011110100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD57; }

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

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

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

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

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

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

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

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