#BDB479

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

Shades of Ecru #BDB479

Tints of Ecru #BDB479

Color information

#BDB479 (or 0xBDB479) is unknown color: approx Ecru. HEX triplet: BD, B4 and 79. RGB value is (189,180,121). Sum of RGB (Red+Green+Blue) = 189+180+121=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB479 is #424B86. Grayscale: #B0B0B0. Windows color (decimal): -4344711 or 7976125. OLE color: 7976125.

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

Color convert

RGB189180121-
CMYK00.050.360.26
HSL52.06º34%60.78%-
HSV(B)52.06º35.98%74.12%-
XYZ40.7644.8424.6-
YUV175.9696.98137.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.57%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 121 (47.66% from 255) = 24.69%
R=38.57%
G=36.73%
B=24.69%

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
Decimal18918012100.050.360.2652.063460.78
HexBDB47905241A34223d
Octal275264171054432644275
Binary10111101101101001111001010110010011010110100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB479; }

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

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

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

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

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

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

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

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