#BAB082

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

Shades of Ecru #BAB082

Tints of Ecru #BAB082

Color information

#BAB082 (or 0xBAB082) is unknown color: approx Ecru. HEX triplet: BA, B0 and 82. RGB value is (186,176,130). Sum of RGB (Red+Green+Blue) = 186+176+130=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB082 is #454F7D. Grayscale: #ADADAD. Windows color (decimal): -4542334 or 8564922. OLE color: 8564922.

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

Color convert

RGB186176130-
CMYK00.050.300.27
HSL49.29º28.87%61.96%-
HSV(B)49.29º30.11%72.94%-
XYZ39.843.127.34-
YUV173.75103.31136.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 130 (51.17% from 255) = 26.42%
R=37.80%
G=35.77%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617613000.050.300.2749.2928.8761.96
HexBAB082051E1B311d3e
Octal272260202053633613576
Binary1011101010110000100000100101111101101111000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB082; }

 p { color: rgb(186,176,130); }

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

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

 a { background-color: rgb(186,176,130); }

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

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

 span { border-color: rgb(186,176,130); }

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