#BAB162

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

Shades of Gimblet #BAB162

Tints of Gimblet #BAB162

Color information

#BAB162 (or 0xBAB162) is unknown color: approx Gimblet. HEX triplet: BA, B1 and 62. RGB value is (186,177,98). Sum of RGB (Red+Green+Blue) = 186+177+98=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB162 is #454E9D. Grayscale: #ABABAB. Windows color (decimal): -4542110 or 6468026. OLE color: 6468026.

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

Color convert

RGB18617798-
CMYK00.050.470.27
HSL53.86º38.94%55.69%-
HSV(B)53.86º47.31%72.94%-
XYZ38.1842.7717.8-
YUV170.6886.98138.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 177 (69.53% from 255) = 38.39%
BLUE value IS 98 (38.67% from 255) = 21.26%
R=40.35%
G=38.39%
B=21.26%

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
Decimal1861779800.050.470.2753.8638.9455.69
HexBAB162052F1B362738
Octal272261142055733664770
Binary10111010101100011100010010110111111011110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB162; }

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

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

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

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

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

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

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

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