#BDA976

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

Shades of Ecru #BDA976

Tints of Ecru #BDA976

Color information

#BDA976 (or 0xBDA976) is unknown color: approx Ecru. HEX triplet: BD, A9 and 76. RGB value is (189,169,118). Sum of RGB (Red+Green+Blue) = 189+169+118=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA976 is #425689. Grayscale: #A9A9A9. Windows color (decimal): -4347530 or 7776701. OLE color: 7776701.

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

Color convert

RGB189169118-
CMYK00.110.380.26
HSL43.1º34.98%60.2%-
HSV(B)43.1º37.57%74.12%-
XYZ38.4440.522.93-
YUV169.1799.13142.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 118 (46.48% from 255) = 24.79%
R=39.71%
G=35.50%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916911800.110.380.2643.134.9860.2
HexBDA9760B261A2b233c
Octal2752511660134632534374
Binary101111011010100111101100101110011011010101011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA976; }

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

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

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

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

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

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

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

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