#BDAC75

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

Shades of Ecru #BDAC75

Tints of Ecru #BDAC75

Color information

#BDAC75 (or 0xBDAC75) is unknown color: approx Ecru. HEX triplet: BD, AC and 75. RGB value is (189,172,117). Sum of RGB (Red+Green+Blue) = 189+172+117=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC75 is #42538A. Grayscale: #ABABAB. Windows color (decimal): -4346763 or 7711933. OLE color: 7711933.

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

Color convert

RGB189172117-
CMYK00.090.380.26
HSL45.83º35.29%60%-
HSV(B)45.83º38.1%74.12%-
XYZ38.9541.6122.81-
YUV170.8197.63140.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=39.54%
G=35.98%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917211700.090.380.2645.8335.2960
HexBDAC7509261A2e233c
Octal2752541650114632564374
Binary101111011010110011101010100110011011010101110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC75; }

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

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

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

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

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

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

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

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