#BAAB6B

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

Shades of Gimblet #BAAB6B

Tints of Gimblet #BAAB6B

Color information

#BAAB6B (or 0xBAAB6B) is unknown color: approx Gimblet. HEX triplet: BA, AB and 6B. RGB value is (186,171,107). Sum of RGB (Red+Green+Blue) = 186+171+107=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB6B is #455494. Grayscale: #A8A8A8. Windows color (decimal): -4543637 or 7056314. OLE color: 7056314.

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

Color convert

RGB186171107-
CMYK00.080.420.27
HSL48.61º36.41%57.45%-
HSV(B)48.61º42.47%72.94%-
XYZ37.4740.6319.78-
YUV168.1993.47140.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 107 (42.19% from 255) = 23.06%
R=40.09%
G=36.85%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617110700.080.420.2748.6136.4157.45
HexBAAB6B082A1B312439
Octal2722531530105233614471
Binary101110101010101111010110100010101011011110001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB6B; }

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

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

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

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

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

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

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

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