#BAB068

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

Shades of Gimblet #BAB068

Tints of Gimblet #BAB068

Color information

#BAB068 (or 0xBAB068) is unknown color: approx Gimblet. HEX triplet: BA, B0 and 68. RGB value is (186,176,104). Sum of RGB (Red+Green+Blue) = 186+176+104=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB068 is #454F97. Grayscale: #ABABAB. Windows color (decimal): -4542360 or 6860986. OLE color: 6860986.

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

Color convert

RGB186176104-
CMYK00.050.440.27
HSL52.68º37.27%56.86%-
HSV(B)52.68º44.09%72.94%-
XYZ38.2742.4919.28-
YUV170.7890.31138.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 176 (69.14% from 255) = 37.77%
BLUE value IS 104 (41.02% from 255) = 22.32%
R=39.91%
G=37.77%
B=22.32%

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
Decimal18617610400.050.440.2752.6837.2756.86
HexBAB068052C1B352539
Octal272260150055433654571
Binary10111010101100001101000010110110011011110101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB068; }

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

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

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

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

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

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

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

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