#BDAF74

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

Shades of Ecru #BDAF74

Tints of Ecru #BDAF74

Color information

#BDAF74 (or 0xBDAF74) is unknown color: approx Ecru. HEX triplet: BD, AF and 74. RGB value is (189,175,116). Sum of RGB (Red+Green+Blue) = 189+175+116=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF74 is #42508B. Grayscale: #ACACAC. Windows color (decimal): -4345996 or 7647165. OLE color: 7647165.

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

Color convert

RGB189175116-
CMYK00.070.390.26
HSL48.49º35.61%59.8%-
HSV(B)48.49º38.62%74.12%-
XYZ39.4742.7422.69-
YUV172.4696.14139.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 116 (45.70% from 255) = 24.17%
R=39.38%
G=36.46%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917511600.070.390.2648.4935.6159.8
HexBDAF7407271A30243c
Octal275257164074732604474
Binary10111101101011111110100011110011111010110000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF74; }

 p { color: rgb(189,175,116); }

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

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

 a { background-color: rgb(189,175,116); }

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

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

 span { border-color: rgb(189,175,116); }

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