#BAB163

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

Shades of Gimblet #BAB163

Tints of Gimblet #BAB163

Color information

#BAB163 (or 0xBAB163) is unknown color: approx Gimblet. HEX triplet: BA, B1 and 63. RGB value is (186,177,99). Sum of RGB (Red+Green+Blue) = 186+177+99=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB163 is #454E9C. Grayscale: #ABABAB. Windows color (decimal): -4542109 or 6533562. OLE color: 6533562.

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

Color convert

RGB18617799-
CMYK00.050.470.27
HSL53.79º38.67%55.88%-
HSV(B)53.79º46.77%72.94%-
XYZ38.2242.7818.05-
YUV170.887.48138.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 177 (69.53% from 255) = 38.31%
BLUE value IS 99 (39.06% from 255) = 21.43%
R=40.26%
G=38.31%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861779900.050.470.2753.7938.6755.88
HexBAB163052F1B362738
Octal272261143055733664770
Binary10111010101100011100011010110111111011110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB163; }

 p { color: rgb(186,177,99); }

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

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

 a { background-color: rgb(186,177,99); }

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

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

 span { border-color: rgb(186,177,99); }

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