#BDB57B

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

Shades of Ecru #BDB57B

Tints of Ecru #BDB57B

Color information

#BDB57B (or 0xBDB57B) is unknown color: approx Ecru. HEX triplet: BD, B5 and 7B. RGB value is (189,181,123). Sum of RGB (Red+Green+Blue) = 189+181+123=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB57B is #424A84. Grayscale: #B1B1B1. Windows color (decimal): -4344453 or 8107453. OLE color: 8107453.

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

Color convert

RGB189181123-
CMYK00.040.350.26
HSL52.73º33.33%61.18%-
HSV(B)52.73º34.92%74.12%-
XYZ41.0945.325.32-
YUV176.7897.65136.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 181 (71.09% from 255) = 36.71%
BLUE value IS 123 (48.44% from 255) = 24.95%
R=38.34%
G=36.71%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918112300.040.350.2652.7333.3361.18
HexBDB57B04231A35213d
Octal275265173044332654175
Binary10111101101101011111011010010001111010110101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB57B; }

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

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

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

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

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

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

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

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