#BDB279

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

Shades of Ecru #BDB279

Tints of Ecru #BDB279

Color information

#BDB279 (or 0xBDB279) is unknown color: approx Ecru. HEX triplet: BD, B2 and 79. RGB value is (189,178,121). Sum of RGB (Red+Green+Blue) = 189+178+121=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB279 is #424D86. Grayscale: #AFAFAF. Windows color (decimal): -4345223 or 7975613. OLE color: 7975613.

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

Color convert

RGB189178121-
CMYK00.060.360.26
HSL50.29º34%60.78%-
HSV(B)50.29º35.98%74.12%-
XYZ40.3644.0424.46-
YUV174.7997.64138.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 178 (69.92% from 255) = 36.48%
BLUE value IS 121 (47.66% from 255) = 24.80%
R=38.73%
G=36.48%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917812100.060.360.2650.293460.78
HexBDB27906241A32223d
Octal275262171064432624275
Binary10111101101100101111001011010010011010110010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB279; }

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

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

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

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

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

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

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

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