#BDB078

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

Shades of Ecru #BDB078

Tints of Ecru #BDB078

Color information

#BDB078 (or 0xBDB078) is unknown color: approx Ecru. HEX triplet: BD, B0 and 78. RGB value is (189,176,120). Sum of RGB (Red+Green+Blue) = 189+176+120=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB078 is #424F87. Grayscale: #ADADAD. Windows color (decimal): -4345736 or 7909565. OLE color: 7909565.

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

Color convert

RGB189176120-
CMYK00.070.370.26
HSL48.7º34.33%60.59%-
HSV(B)48.7º36.51%74.12%-
XYZ39.943.2324.01-
YUV173.597.81139.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 176 (69.14% from 255) = 36.29%
BLUE value IS 120 (47.27% from 255) = 24.74%
R=38.97%
G=36.29%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917612000.070.370.2648.734.3360.59
HexBDB07807251A31223d
Octal275260170074532614275
Binary10111101101100001111000011110010111010110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB078; }

 p { color: rgb(189,176,120); }

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

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

 a { background-color: rgb(189,176,120); }

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

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

 span { border-color: rgb(189,176,120); }

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