#BAB069

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

Shades of Gimblet #BAB069

Tints of Gimblet #BAB069

Color information

#BAB069 (or 0xBAB069) is unknown color: approx Gimblet. HEX triplet: BA, B0 and 69. RGB value is (186,176,105). Sum of RGB (Red+Green+Blue) = 186+176+105=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB069 is #454F96. Grayscale: #ABABAB. Windows color (decimal): -4542359 or 6926522. OLE color: 6926522.

HSL color Cylindrical-coordinate representation of color #BAB069: hue angle of 52.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAB069 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB186176105-
CMYK00.050.440.27
HSL52.59º36.99%57.06%-
HSV(B)52.59º43.55%72.94%-
XYZ38.3242.5119.55-
YUV170.990.81138.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 105 (41.41% from 255) = 22.48%
R=39.83%
G=37.69%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617610500.050.440.2752.5936.9957.06
HexBAB069052C1B352539
Octal272260151055433654571
Binary10111010101100001101001010110110011011110101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB069; }

 p { color: rgb(186,176,105); }

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

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

 a { background-color: rgb(186,176,105); }

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

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

 span { border-color: rgb(186,176,105); }

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