#BDAD7D

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

Shades of Ecru #BDAD7D

Tints of Ecru #BDAD7D

Color information

#BDAD7D (or 0xBDAD7D) is unknown color: approx Ecru. HEX triplet: BD, AD and 7D. RGB value is (189,173,125). Sum of RGB (Red+Green+Blue) = 189+173+125=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD7D is #425282. Grayscale: #ACACAC. Windows color (decimal): -4346499 or 8236477. OLE color: 8236477.

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

Color convert

RGB189173125-
CMYK00.080.340.26
HSL45º32.65%61.57%-
HSV(B)45º33.86%74.12%-
XYZ39.6342.1925.46-
YUV172.31101.3139.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 125 (49.22% from 255) = 25.67%
R=38.81%
G=35.52%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917312500.080.340.264532.6561.57
HexBDAD7D08221A2d213e
Octal2752551750104232554176
Binary101111011010110111111010100010001011010101101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD7D; }

 p { color: rgb(189,173,125); }

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

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

 a { background-color: rgb(189,173,125); }

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

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

 span { border-color: rgb(189,173,125); }

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