#BDB480

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

Shades of Ecru #BDB480

Tints of Ecru #BDB480

Color information

#BDB480 (or 0xBDB480) is unknown color: approx Ecru. HEX triplet: BD, B4 and 80. RGB value is (189,180,128). Sum of RGB (Red+Green+Blue) = 189+180+128=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB480 is #424B7F. Grayscale: #B0B0B0. Windows color (decimal): -4344704 or 8434877. OLE color: 8434877.

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

Color convert

RGB189180128-
CMYK00.050.320.26
HSL51.15º31.61%62.16%-
HSV(B)51.15º32.28%74.12%-
XYZ41.245.0226.94-
YUV176.76100.48136.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=38.03%
G=36.22%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918012800.050.320.2651.1531.6162.16
HexBDB48005201A33203e
Octal275264200054032634076
Binary101111011011010010000000010110000011010110011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB480; }

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

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

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

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

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

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

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

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