#BAAB63

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

Shades of Gimblet #BAAB63

Tints of Gimblet #BAAB63

Color information

#BAAB63 (or 0xBAAB63) is unknown color: approx Gimblet. HEX triplet: BA, AB and 63. RGB value is (186,171,99). Sum of RGB (Red+Green+Blue) = 186+171+99=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB63 is #45549C. Grayscale: #A7A7A7. Windows color (decimal): -4543645 or 6532026. OLE color: 6532026.

HSL color Cylindrical-coordinate representation of color #BAAB63: hue angle of 49.66º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAAB63 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18617199-
CMYK00.080.470.27
HSL49.66º38.67%55.88%-
HSV(B)49.66º46.77%72.94%-
XYZ37.0640.4717.66-
YUV167.2889.47141.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 99 (39.06% from 255) = 21.71%
R=40.79%
G=37.5%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861719900.080.470.2749.6638.6755.88
HexBAAB63082F1B322738
Octal2722531430105733624770
Binary101110101010101111000110100010111111011110010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB63; }

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

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

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

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

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

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

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

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