#BAB281

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

Shades of Ecru #BAB281

Tints of Ecru #BAB281

Color information

#BAB281 (or 0xBAB281) is unknown color: approx Ecru. HEX triplet: BA, B2 and 81. RGB value is (186,178,129). Sum of RGB (Red+Green+Blue) = 186+178+129=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB281 is #454D7E. Grayscale: #AFAFAF. Windows color (decimal): -4541823 or 8499898. OLE color: 8499898.

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

Color convert

RGB186178129-
CMYK00.040.310.27
HSL51.58º29.23%61.76%-
HSV(B)51.58º30.65%72.94%-
XYZ40.1343.8627.12-
YUV174.81102.15135.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=37.73%
G=36.11%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617812900.040.310.2751.5829.2361.76
HexBAB281041F1B341d3e
Octal272262201043733643576
Binary1011101010110010100000010100111111101111010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB281; }

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

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

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

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

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

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

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

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