#BDB381

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

Shades of Ecru #BDB381

Tints of Ecru #BDB381

Color information

#BDB381 (or 0xBDB381) is unknown color: approx Ecru. HEX triplet: BD, B3 and 81. RGB value is (189,179,129). Sum of RGB (Red+Green+Blue) = 189+179+129=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB381 is #424C7E. Grayscale: #B0B0B0. Windows color (decimal): -4344959 or 8500157. OLE color: 8500157.

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

Color convert

RGB189179129-
CMYK00.050.320.26
HSL50º31.25%62.35%-
HSV(B)50º31.75%74.12%-
XYZ41.0744.6427.22-
YUV176.29101.31137.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=38.03%
G=36.02%
B=25.96%

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
Decimal18917912900.050.320.265031.2562.35
HexBDB38105201A321f3e
Octal275263201054032623776
Binary10111101101100111000000101011000001101011001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB381; }

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

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

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

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

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

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

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

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