#BDB37D

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

Shades of Ecru #BDB37D

Tints of Ecru #BDB37D

Color information

#BDB37D (or 0xBDB37D) is unknown color: approx Ecru. HEX triplet: BD, B3 and 7D. RGB value is (189,179,125). Sum of RGB (Red+Green+Blue) = 189+179+125=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB37D is #424C82. Grayscale: #B0B0B0. Windows color (decimal): -4344963 or 8238013. OLE color: 8238013.

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

Color convert

RGB189179125-
CMYK00.050.340.26
HSL50.62º32.65%61.57%-
HSV(B)50.62º33.86%74.12%-
XYZ40.8144.5425.85-
YUV175.8399.31137.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=38.34%
G=36.31%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917912500.050.340.2650.6232.6561.57
HexBDB37D05221A33213e
Octal275263175054232634176
Binary10111101101100111111101010110001011010110011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB37D; }

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

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

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

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

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

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

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

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