#BAAB65

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

Shades of Gimblet #BAAB65

Tints of Gimblet #BAAB65

Color information

#BAAB65 (or 0xBAAB65) is unknown color: approx Gimblet. HEX triplet: BA, AB and 65. RGB value is (186,171,101). Sum of RGB (Red+Green+Blue) = 186+171+101=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB65 is #45549A. Grayscale: #A7A7A7. Windows color (decimal): -4543643 or 6663098. OLE color: 6663098.

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

Color convert

RGB186171101-
CMYK00.080.460.27
HSL49.41º38.12%56.27%-
HSV(B)49.41º45.7%72.94%-
XYZ37.1640.518.17-
YUV167.590.47141.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 171 (67.19% from 255) = 37.34%
BLUE value IS 101 (39.84% from 255) = 22.05%
R=40.61%
G=37.34%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617110100.080.460.2749.4138.1256.27
HexBAAB65082E1B312638
Octal2722531450105633614670
Binary101110101010101111001010100010111011011110001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB65; }

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

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

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

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

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

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

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

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