#BDA873

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

Shades of Ecru #BDA873

Tints of Ecru #BDA873

Color information

#BDA873 (or 0xBDA873) is unknown color: approx Ecru. HEX triplet: BD, A8 and 73. RGB value is (189,168,115). Sum of RGB (Red+Green+Blue) = 189+168+115=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA873 is #42578C. Grayscale: #A8A8A8. Windows color (decimal): -4347789 or 7579837. OLE color: 7579837.

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

Color convert

RGB189168115-
CMYK00.110.390.26
HSL42.97º35.92%59.61%-
HSV(B)42.97º39.15%74.12%-
XYZ38.0840.0621.95-
YUV168.2497.96142.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 115 (45.31% from 255) = 24.36%
R=40.04%
G=35.59%
B=24.36%

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
Decimal18916811500.110.390.2642.9735.9259.61
HexBDA8730B271A2b243c
Octal2752501630134732534474
Binary101111011010100011100110101110011111010101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA873; }

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

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

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

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

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

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

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

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