#BAAD5A

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

Shades of Gimblet #BAAD5A

Tints of Gimblet #BAAD5A

Color information

#BAAD5A (or 0xBAAD5A) is unknown color: approx Gimblet. HEX triplet: BA, AD and 5A. RGB value is (186,173,90). Sum of RGB (Red+Green+Blue) = 186+173+90=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAD5A is #4552A5. Grayscale: #A7A7A7. Windows color (decimal): -4543142 or 5942714. OLE color: 5942714.

HSL color Cylindrical-coordinate representation of color #BAAD5A: hue angle of 51.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAAD5A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18617390-
CMYK00.070.520.27
HSL51.88º41.03%54.12%-
HSV(B)51.88º51.61%72.94%-
XYZ37.0441.0615.65-
YUV167.4284.31141.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 90 (35.55% from 255) = 20.04%
R=41.43%
G=38.53%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861739000.070.520.2751.8841.0354.12
HexBAAD5A07341B342936
Octal272255132076433645166
Binary10111010101011011011010011111010011011110100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD5A; }

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

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

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

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

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

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

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

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