#BDAD77

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

Shades of Ecru #BDAD77

Tints of Ecru #BDAD77

Color information

#BDAD77 (or 0xBDAD77) is unknown color: approx Ecru. HEX triplet: BD, AD and 77. RGB value is (189,173,119). Sum of RGB (Red+Green+Blue) = 189+173+119=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD77 is #425288. Grayscale: #ABABAB. Windows color (decimal): -4346505 or 7843261. OLE color: 7843261.

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

Color convert

RGB189173119-
CMYK00.080.370.26
HSL46.29º34.65%60.39%-
HSV(B)46.29º37.04%74.12%-
XYZ39.2642.0423.5-
YUV171.6398.3140.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 119 (46.88% from 255) = 24.74%
R=39.29%
G=35.97%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917311900.080.370.2646.2934.6560.39
HexBDAD7708251A2e233c
Octal2752551670104532564374
Binary101111011010110111101110100010010111010101110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD77; }

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

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

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

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

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

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

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

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