#BAB363

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

Shades of Gimblet #BAB363

Tints of Gimblet #BAB363

Color information

#BAB363 (or 0xBAB363) is unknown color: approx Gimblet. HEX triplet: BA, B3 and 63. RGB value is (186,179,99). Sum of RGB (Red+Green+Blue) = 186+179+99=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB363 is #454C9C. Grayscale: #ACACAC. Windows color (decimal): -4541597 or 6534074. OLE color: 6534074.

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

Color convert

RGB18617999-
CMYK00.040.470.27
HSL55.17º38.67%55.88%-
HSV(B)55.17º46.77%72.94%-
XYZ38.6243.5818.18-
YUV171.9786.82138-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 179 (70.31% from 255) = 38.58%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=40.09%
G=38.58%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861799900.040.470.2755.1738.6755.88
HexBAB363042F1B372738
Octal272263143045733674770
Binary10111010101100111100011010010111111011110111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB363; }

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

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

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

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

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

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

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

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