#BAAA75

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

Shades of Ecru #BAAA75

Tints of Ecru #BAAA75

Color information

#BAAA75 (or 0xBAAA75) is unknown color: approx Ecru. HEX triplet: BA, AA and 75. RGB value is (186,170,117). Sum of RGB (Red+Green+Blue) = 186+170+117=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA75 is #45558A. Grayscale: #A8A8A8. Windows color (decimal): -4543883 or 7711418. OLE color: 7711418.

HSL color Cylindrical-coordinate representation of color #BAAA75: hue angle of 46.09º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAAA75 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB186170117-
CMYK00.090.370.27
HSL46.09º33.33%59.41%-
HSV(B)46.09º37.1%72.94%-
XYZ37.8440.4722.65-
YUV168.7498.8140.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=39.32%
G=35.94%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617011700.090.370.2746.0933.3359.41
HexBAAA7509251B2e213b
Octal2722521650114533564173
Binary101110101010101011101010100110010111011101110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA75; }

 p { color: rgb(186,170,117); }

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

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

 a { background-color: rgb(186,170,117); }

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

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

 span { border-color: rgb(186,170,117); }

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