#BDA778

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

Shades of Ecru #BDA778

Tints of Ecru #BDA778

Color information

#BDA778 (or 0xBDA778) is unknown color: approx Ecru. HEX triplet: BD, A7 and 78. RGB value is (189,167,120). Sum of RGB (Red+Green+Blue) = 189+167+120=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA778 is #425887. Grayscale: #A8A8A8. Windows color (decimal): -4348040 or 7907261. OLE color: 7907261.

HSL color Cylindrical-coordinate representation of color #BDA778: hue angle of 40.87º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDA778 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB189167120-
CMYK00.120.370.26
HSL40.87º34.33%60.59%-
HSV(B)40.87º36.51%74.12%-
XYZ38.239.8123.44-
YUV168.22100.79142.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 167 (65.62% from 255) = 35.08%
BLUE value IS 120 (47.27% from 255) = 25.21%
R=39.71%
G=35.08%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916712000.120.370.2640.8734.3360.59
HexBDA7780C251A29223d
Octal2752471700144532514275
Binary101111011010011111110000110010010111010101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA778; }

 p { color: rgb(189,167,120); }

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

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

 a { background-color: rgb(189,167,120); }

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

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

 span { border-color: rgb(189,167,120); }

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