#BAAB6E

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

Shades of Gimblet #BAAB6E

Tints of Gimblet #BAAB6E

Color information

#BAAB6E (or 0xBAAB6E) is unknown color: approx Gimblet. HEX triplet: BA, AB and 6E. RGB value is (186,171,110). Sum of RGB (Red+Green+Blue) = 186+171+110=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB6E is #455491. Grayscale: #A8A8A8. Windows color (decimal): -4543634 or 7252922. OLE color: 7252922.

HSL color Cylindrical-coordinate representation of color #BAAB6E: hue angle of 48.16º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAAB6E is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB186171110-
CMYK00.080.410.27
HSL48.16º35.51%58.04%-
HSV(B)48.16º40.86%72.94%-
XYZ37.6340.6920.62-
YUV168.5394.97140.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 110 (43.36% from 255) = 23.55%
R=39.83%
G=36.62%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617111000.080.410.2748.1635.5158.04
HexBAAB6E08291B30243a
Octal2722531560105133604472
Binary101110101010101111011100100010100111011110000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB6E; }

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

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

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

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

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

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

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

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