#BDB478

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

Shades of Ecru #BDB478

Tints of Ecru #BDB478

Color information

#BDB478 (or 0xBDB478) is unknown color: approx Ecru. HEX triplet: BD, B4 and 78. RGB value is (189,180,120). Sum of RGB (Red+Green+Blue) = 189+180+120=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB478 is #424B87. Grayscale: #B0B0B0. Windows color (decimal): -4344712 or 7910589. OLE color: 7910589.

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

Color convert

RGB189180120-
CMYK00.050.370.26
HSL52.17º34.33%60.59%-
HSV(B)52.17º36.51%74.12%-
XYZ40.744.8224.27-
YUV175.8596.48137.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 120 (47.27% from 255) = 24.54%
R=38.65%
G=36.81%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918012000.050.370.2652.1734.3360.59
HexBDB47805251A34223d
Octal275264170054532644275
Binary10111101101101001111000010110010111010110100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB478; }

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

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

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

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

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

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

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

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