#BDA875

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

Shades of Ecru #BDA875

Tints of Ecru #BDA875

Color information

#BDA875 (or 0xBDA875) is unknown color: approx Ecru. HEX triplet: BD, A8 and 75. RGB value is (189,168,117). Sum of RGB (Red+Green+Blue) = 189+168+117=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA875 is #42578A. Grayscale: #A8A8A8. Windows color (decimal): -4347787 or 7710909. OLE color: 7710909.

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

Color convert

RGB189168117-
CMYK00.110.380.26
HSL42.5º35.29%60%-
HSV(B)42.5º38.1%74.12%-
XYZ38.240.1122.56-
YUV168.4698.96142.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 168 (66.02% from 255) = 35.44%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=39.87%
G=35.44%
B=24.68%

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
Decimal18916811700.110.380.2642.535.2960
HexBDA8750B261A2b233c
Octal2752501650134632534374
Binary101111011010100011101010101110011011010101011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA875; }

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

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

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

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

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

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

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

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