#BDA974

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

Shades of Ecru #BDA974

Tints of Ecru #BDA974

Color information

#BDA974 (or 0xBDA974) is unknown color: approx Ecru. HEX triplet: BD, A9 and 74. RGB value is (189,169,116). Sum of RGB (Red+Green+Blue) = 189+169+116=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA974 is #42568B. Grayscale: #A9A9A9. Windows color (decimal): -4347532 or 7645629. OLE color: 7645629.

HSL color Cylindrical-coordinate representation of color #BDA974: hue angle of 43.56º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDA974 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB189169116-
CMYK00.110.390.26
HSL43.56º35.61%59.8%-
HSV(B)43.56º38.62%74.12%-
XYZ38.3340.4622.31-
YUV168.9498.13142.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 116 (45.70% from 255) = 24.47%
R=39.87%
G=35.65%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916911600.110.390.2643.5635.6159.8
HexBDA9740B271A2c243c
Octal2752511640134732544474
Binary101111011010100111101000101110011111010101100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA974; }

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

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

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

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

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

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

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

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