#BDB379

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

Shades of Ecru #BDB379

Tints of Ecru #BDB379

Color information

#BDB379 (or 0xBDB379) is unknown color: approx Ecru. HEX triplet: BD, B3 and 79. RGB value is (189,179,121). Sum of RGB (Red+Green+Blue) = 189+179+121=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB379 is #424C86. Grayscale: #AFAFAF. Windows color (decimal): -4344967 or 7975869. OLE color: 7975869.

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

Color convert

RGB189179121-
CMYK00.050.360.26
HSL51.18º34%60.78%-
HSV(B)51.18º35.98%74.12%-
XYZ40.5644.4424.53-
YUV175.3897.31137.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 179 (70.31% from 255) = 36.61%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=38.65%
G=36.61%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917912100.050.360.2651.183460.78
HexBDB37905241A33223d
Octal275263171054432634275
Binary10111101101100111111001010110010011010110011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB379; }

 p { color: rgb(189,179,121); }

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

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

 a { background-color: rgb(189,179,121); }

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

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

 span { border-color: rgb(189,179,121); }

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