#BAAD61

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

Shades of Gimblet #BAAD61

Tints of Gimblet #BAAD61

Color information

#BAAD61 (or 0xBAAD61) is unknown color: approx Gimblet. HEX triplet: BA, AD and 61. RGB value is (186,173,97). Sum of RGB (Red+Green+Blue) = 186+173+97=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAD61 is #45529E. Grayscale: #A8A8A8. Windows color (decimal): -4543135 or 6401466. OLE color: 6401466.

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

Color convert

RGB18617397-
CMYK00.070.480.27
HSL51.24º39.21%55.49%-
HSV(B)51.24º47.85%72.94%-
XYZ37.3541.1917.29-
YUV168.2287.81140.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 97 (38.28% from 255) = 21.27%
R=40.79%
G=37.94%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861739700.070.480.2751.2439.2155.49
HexBAAD6107301B332737
Octal272255141076033634767
Binary10111010101011011100001011111000011011110011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD61; }

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

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

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

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

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

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

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

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