#BDB57D

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

Shades of Ecru #BDB57D

Tints of Ecru #BDB57D

Color information

#BDB57D (or 0xBDB57D) is unknown color: approx Ecru. HEX triplet: BD, B5 and 7D. RGB value is (189,181,125). Sum of RGB (Red+Green+Blue) = 189+181+125=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB57D is #424A82. Grayscale: #B1B1B1. Windows color (decimal): -4344451 or 8238525. OLE color: 8238525.

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

Color convert

RGB189181125-
CMYK00.040.340.26
HSL52.5º32.65%61.57%-
HSV(B)52.5º33.86%74.12%-
XYZ41.2145.3525.98-
YUV177.0198.65136.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 125 (49.22% from 255) = 25.25%
R=38.18%
G=36.57%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918112500.040.340.2652.532.6561.57
HexBDB57D04221A34213e
Octal275265175044232644176
Binary10111101101101011111101010010001011010110100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB57D; }

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

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

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

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

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

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

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

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