#BAB261

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

Shades of Gimblet #BAB261

Tints of Gimblet #BAB261

Color information

#BAB261 (or 0xBAB261) is unknown color: approx Gimblet. HEX triplet: BA, B2 and 61. RGB value is (186,178,97). Sum of RGB (Red+Green+Blue) = 186+178+97=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB261 is #454D9E. Grayscale: #ABABAB. Windows color (decimal): -4541855 or 6402746. OLE color: 6402746.

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

Color convert

RGB18617897-
CMYK00.040.480.27
HSL54.61º39.21%55.49%-
HSV(B)54.61º47.85%72.94%-
XYZ38.3343.1417.62-
YUV171.1686.15138.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=40.35%
G=38.61%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861789700.040.480.2754.6139.2155.49
HexBAB26104301B372737
Octal272262141046033674767
Binary10111010101100101100001010011000011011110111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB261; }

 p { color: rgb(186,178,97); }

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

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

 a { background-color: rgb(186,178,97); }

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

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

 span { border-color: rgb(186,178,97); }

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