#BDA675

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

Shades of Ecru #BDA675

Tints of Ecru #BDA675

Color information

#BDA675 (or 0xBDA675) is unknown color: approx Ecru. HEX triplet: BD, A6 and 75. RGB value is (189,166,117). Sum of RGB (Red+Green+Blue) = 189+166+117=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA675 is #42598A. Grayscale: #A7A7A7. Windows color (decimal): -4348299 or 7710397. OLE color: 7710397.

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

Color convert

RGB189166117-
CMYK00.120.380.26
HSL40.83º35.29%60%-
HSV(B)40.83º38.1%74.12%-
XYZ37.8339.3822.44-
YUV167.2999.62143.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=40.04%
G=35.17%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916611700.120.380.2640.8335.2960
HexBDA6750C261A29233c
Octal2752461650144632514374
Binary101111011010011011101010110010011011010101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA675; }

 p { color: rgb(189,166,117); }

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

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

 a { background-color: rgb(189,166,117); }

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

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

 span { border-color: rgb(189,166,117); }

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