#BAAB61

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

Shades of Gimblet #BAAB61

Tints of Gimblet #BAAB61

Color information

#BAAB61 (or 0xBAAB61) is unknown color: approx Gimblet. HEX triplet: BA, AB and 61. RGB value is (186,171,97). Sum of RGB (Red+Green+Blue) = 186+171+97=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB61 is #45549E. Grayscale: #A7A7A7. Windows color (decimal): -4543647 or 6400954. OLE color: 6400954.

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

Color convert

RGB18617197-
CMYK00.080.480.27
HSL49.89º39.21%55.49%-
HSV(B)49.89º47.85%72.94%-
XYZ36.9740.4317.16-
YUV167.0588.47141.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=40.97%
G=37.67%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861719700.080.480.2749.8939.2155.49
HexBAAB6108301B322737
Octal2722531410106033624767
Binary101110101010101111000010100011000011011110010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB61; }

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

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

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

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

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

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

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

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