#BAB07B

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

Shades of Ecru #BAB07B

Tints of Ecru #BAB07B

Color information

#BAB07B (or 0xBAB07B) is unknown color: approx Ecru. HEX triplet: BA, B0 and 7B. RGB value is (186,176,123). Sum of RGB (Red+Green+Blue) = 186+176+123=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB07B is #454F84. Grayscale: #ADADAD. Windows color (decimal): -4542341 or 8106170. OLE color: 8106170.

HSL color Cylindrical-coordinate representation of color #BAB07B: hue angle of 50.48º 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 #BAB07B is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB186176123-
CMYK00.050.340.27
HSL50.48º31.34%60.59%-
HSV(B)50.48º33.87%72.94%-
XYZ39.3542.9224.95-
YUV172.9599.81137.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 176 (69.14% from 255) = 36.29%
BLUE value IS 123 (48.44% from 255) = 25.36%
R=38.35%
G=36.29%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617612300.050.340.2750.4831.3460.59
HexBAB07B05221B321f3d
Octal272260173054233623775
Binary1011101010110000111101101011000101101111001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB07B; }

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

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

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

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

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

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

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

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