#BDA973

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

Shades of Ecru #BDA973

Tints of Ecru #BDA973

Color information

#BDA973 (or 0xBDA973) is unknown color: approx Ecru. HEX triplet: BD, A9 and 73. RGB value is (189,169,115). Sum of RGB (Red+Green+Blue) = 189+169+115=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA973 is #42568C. Grayscale: #A9A9A9. Windows color (decimal): -4347533 or 7580093. OLE color: 7580093.

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

Color convert

RGB189169115-
CMYK00.110.390.26
HSL43.78º35.92%59.61%-
HSV(B)43.78º39.15%74.12%-
XYZ38.2740.4322.01-
YUV168.8297.63142.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 115 (45.31% from 255) = 24.31%
R=39.96%
G=35.73%
B=24.31%

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
Decimal18916911500.110.390.2643.7835.9259.61
HexBDA9730B271A2c243c
Octal2752511630134732544474
Binary101111011010100111100110101110011111010101100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA973; }

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

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

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

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

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

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

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

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