#BAAB70

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

Shades of Gimblet #BAAB70

Tints of Gimblet #BAAB70

Color information

#BAAB70 (or 0xBAAB70) is unknown color: approx Gimblet. HEX triplet: BA, AB and 70. RGB value is (186,171,112). Sum of RGB (Red+Green+Blue) = 186+171+112=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB70 is #45548F. Grayscale: #A9A9A9. Windows color (decimal): -4543632 or 7383994. OLE color: 7383994.

HSL color Cylindrical-coordinate representation of color #BAAB70: hue angle of 47.84º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAAB70 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186171112-
CMYK00.080.400.27
HSL47.84º34.91%58.43%-
HSV(B)47.84º39.78%72.94%-
XYZ37.7440.7321.2-
YUV168.7695.97140.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=39.66%
G=36.46%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617111200.080.400.2747.8434.9158.43
HexBAAB7008281B30233a
Octal2722531600105033604372
Binary101110101010101111100000100010100011011110000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB70; }

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

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

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

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

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

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

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

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