#BDB47B

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

Shades of Ecru #BDB47B

Tints of Ecru #BDB47B

Color information

#BDB47B (or 0xBDB47B) is unknown color: approx Ecru. HEX triplet: BD, B4 and 7B. RGB value is (189,180,123). Sum of RGB (Red+Green+Blue) = 189+180+123=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB47B is #424B84. Grayscale: #B0B0B0. Windows color (decimal): -4344709 or 8107197. OLE color: 8107197.

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

Color convert

RGB189180123-
CMYK00.050.350.26
HSL51.82º33.33%61.18%-
HSV(B)51.82º34.92%74.12%-
XYZ40.8844.8925.25-
YUV176.1997.98137.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 123 (48.44% from 255) = 25%
R=38.41%
G=36.59%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918012300.050.350.2651.8233.3361.18
HexBDB47B05231A34213d
Octal275264173054332644175
Binary10111101101101001111011010110001111010110100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB47B; }

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

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

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

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

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

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

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

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