#BDAF7F

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

Shades of Ecru #BDAF7F

Tints of Ecru #BDAF7F

Color information

#BDAF7F (or 0xBDAF7F) is unknown color: approx Ecru. HEX triplet: BD, AF and 7F. RGB value is (189,175,127). Sum of RGB (Red+Green+Blue) = 189+175+127=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF7F is #425080. Grayscale: #ADADAD. Windows color (decimal): -4345985 or 8368061. OLE color: 8368061.

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

Color convert

RGB189175127-
CMYK00.070.330.26
HSL46.45º31.96%61.96%-
HSV(B)46.45º32.8%74.12%-
XYZ40.1543.0126.26-
YUV173.71101.64138.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 127 (50% from 255) = 25.87%
R=38.49%
G=35.64%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917512700.070.330.2646.4531.9661.96
HexBDAF7F07211A2e203e
Octal275257177074132564076
Binary10111101101011111111111011110000111010101110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF7F; }

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

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

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

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

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

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

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

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