#BDA776

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

Shades of Ecru #BDA776

Tints of Ecru #BDA776

Color information

#BDA776 (or 0xBDA776) is unknown color: approx Ecru. HEX triplet: BD, A7 and 76. RGB value is (189,167,118). Sum of RGB (Red+Green+Blue) = 189+167+118=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA776 is #425889. Grayscale: #A8A8A8. Windows color (decimal): -4348042 or 7776189. OLE color: 7776189.

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

Color convert

RGB189167118-
CMYK00.120.380.26
HSL41.41º34.98%60.2%-
HSV(B)41.41º37.57%74.12%-
XYZ38.0739.7622.81-
YUV167.9999.79142.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 167 (65.62% from 255) = 35.23%
BLUE value IS 118 (46.48% from 255) = 24.89%
R=39.87%
G=35.23%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916711800.120.380.2641.4134.9860.2
HexBDA7760C261A29233c
Octal2752471660144632514374
Binary101111011010011111101100110010011011010101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA776; }

 p { color: rgb(189,167,118); }

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

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

 a { background-color: rgb(189,167,118); }

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

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

 span { border-color: rgb(189,167,118); }

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