#BAAB60

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

Shades of Gimblet #BAAB60

Tints of Gimblet #BAAB60

Color information

#BAAB60 (or 0xBAAB60) is unknown color: approx Gimblet. HEX triplet: BA, AB and 60. RGB value is (186,171,96). Sum of RGB (Red+Green+Blue) = 186+171+96=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB60 is #45549F. Grayscale: #A7A7A7. Windows color (decimal): -4543648 or 6335418. OLE color: 6335418.

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

Color convert

RGB18617196-
CMYK00.080.480.27
HSL50º39.47%55.29%-
HSV(B)50º48.39%72.94%-
XYZ36.9240.4116.92-
YUV166.9387.97141.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 96 (37.89% from 255) = 21.19%
R=41.06%
G=37.75%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861719600.080.480.275039.4755.29
HexBAAB6008301B322737
Octal2722531400106033624767
Binary101110101010101111000000100011000011011110010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB60; }

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

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

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

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

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

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

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

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