#BDA978

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

Shades of Ecru #BDA978

Tints of Ecru #BDA978

Color information

#BDA978 (or 0xBDA978) is unknown color: approx Ecru. HEX triplet: BD, A9 and 78. RGB value is (189,169,120). Sum of RGB (Red+Green+Blue) = 189+169+120=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA978 is #425687. Grayscale: #A9A9A9. Windows color (decimal): -4347528 or 7907773. OLE color: 7907773.

HSL color Cylindrical-coordinate representation of color #BDA978: hue angle of 42.61º 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 #BDA978 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB189169120-
CMYK00.110.370.26
HSL42.61º34.33%60.59%-
HSV(B)42.61º36.51%74.12%-
XYZ38.5640.5523.56-
YUV169.39100.13141.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 120 (47.27% from 255) = 25.10%
R=39.54%
G=35.36%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916912000.110.370.2642.6134.3360.59
HexBDA9780B251A2b223d
Octal2752511700134532534275
Binary101111011010100111110000101110010111010101011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA978; }

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

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

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

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

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

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

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

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