#BDB380

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

Shades of Ecru #BDB380

Tints of Ecru #BDB380

Color information

#BDB380 (or 0xBDB380) is unknown color: approx Ecru. HEX triplet: BD, B3 and 80. RGB value is (189,179,128). Sum of RGB (Red+Green+Blue) = 189+179+128=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB380 is #424C7F. Grayscale: #B0B0B0. Windows color (decimal): -4344960 or 8434621. OLE color: 8434621.

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

Color convert

RGB189179128-
CMYK00.050.320.26
HSL50.16º31.61%62.16%-
HSV(B)50.16º32.28%74.12%-
XYZ4144.6226.87-
YUV176.18100.81137.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 179 (70.31% from 255) = 36.09%
BLUE value IS 128 (50.39% from 255) = 25.81%
R=38.10%
G=36.09%
B=25.81%

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
Decimal18917912800.050.320.2650.1631.6162.16
HexBDB38005201A32203e
Octal275263200054032624076
Binary101111011011001110000000010110000011010110010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB380; }

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

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

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

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

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

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

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

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