#BDA975

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

Shades of Ecru #BDA975

Tints of Ecru #BDA975

Color information

#BDA975 (or 0xBDA975) is unknown color: approx Ecru. HEX triplet: BD, A9 and 75. RGB value is (189,169,117). Sum of RGB (Red+Green+Blue) = 189+169+117=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA975 is #42568A. Grayscale: #A9A9A9. Windows color (decimal): -4347531 or 7711165. OLE color: 7711165.

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

Color convert

RGB189169117-
CMYK00.110.380.26
HSL43.33º35.29%60%-
HSV(B)43.33º38.1%74.12%-
XYZ38.3940.4822.62-
YUV169.0598.63142.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=39.79%
G=35.58%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916911700.110.380.2643.3335.2960
HexBDA9750B261A2b233c
Octal2752511650134632534374
Binary101111011010100111101010101110011011010101011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA975; }

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

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

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

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

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

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

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

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