#BAB27B

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

Shades of Ecru #BAB27B

Tints of Ecru #BAB27B

Color information

#BAB27B (or 0xBAB27B) is unknown color: approx Ecru. HEX triplet: BA, B2 and 7B. RGB value is (186,178,123). Sum of RGB (Red+Green+Blue) = 186+178+123=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB27B is #454D84. Grayscale: #AEAEAE. Windows color (decimal): -4541829 or 8106682. OLE color: 8106682.

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

Color convert

RGB186178123-
CMYK00.040.340.27
HSL52.38º31.34%60.59%-
HSV(B)52.38º33.87%72.94%-
XYZ39.7543.7125.08-
YUV174.1299.15136.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 178 (69.92% from 255) = 36.55%
BLUE value IS 123 (48.44% from 255) = 25.26%
R=38.19%
G=36.55%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617812300.040.340.2752.3831.3460.59
HexBAB27B04221B341f3d
Octal272262173044233643775
Binary1011101010110010111101101001000101101111010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB27B; }

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

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

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

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

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

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

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

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