#BAAB78

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

Shades of Ecru #BAAB78

Tints of Ecru #BAAB78

Color information

#BAAB78 (or 0xBAAB78) is unknown color: approx Ecru. HEX triplet: BA, AB and 78. RGB value is (186,171,120). Sum of RGB (Red+Green+Blue) = 186+171+120=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB78 is #455487. Grayscale: #A9A9A9. Windows color (decimal): -4543624 or 7908282. OLE color: 7908282.

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

Color convert

RGB186171120-
CMYK00.080.350.27
HSL46.36º32.35%60%-
HSV(B)46.36º35.48%72.94%-
XYZ38.240.9223.65-
YUV169.6799.97139.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 120 (47.27% from 255) = 25.16%
R=38.99%
G=35.85%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617112000.080.350.2746.3632.3560
HexBAAB7808231B2e203c
Octal2722531700104333564074
Binary101110101010101111110000100010001111011101110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB78; }

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

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

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

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

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

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

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

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