#BAAB6A

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

Shades of Gimblet #BAAB6A

Tints of Gimblet #BAAB6A

Color information

#BAAB6A (or 0xBAAB6A) is unknown color: approx Gimblet. HEX triplet: BA, AB and 6A. RGB value is (186,171,106). Sum of RGB (Red+Green+Blue) = 186+171+106=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB6A is #455495. Grayscale: #A8A8A8. Windows color (decimal): -4543638 or 6990778. OLE color: 6990778.

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

Color convert

RGB186171106-
CMYK00.080.430.27
HSL48.75º36.7%57.25%-
HSV(B)48.75º43.01%72.94%-
XYZ37.4140.6119.5-
YUV168.0892.97140.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 106 (41.80% from 255) = 22.89%
R=40.17%
G=36.93%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617110600.080.430.2748.7536.757.25
HexBAAB6A082B1B312539
Octal2722531520105333614571
Binary101110101010101111010100100010101111011110001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB6A; }

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

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

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

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

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

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

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

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