#BDB178

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

Shades of Ecru #BDB178

Tints of Ecru #BDB178

Color information

#BDB178 (or 0xBDB178) is unknown color: approx Ecru. HEX triplet: BD, B1 and 78. RGB value is (189,177,120). Sum of RGB (Red+Green+Blue) = 189+177+120=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB178 is #424E87. Grayscale: #AEAEAE. Windows color (decimal): -4345480 or 7909821. OLE color: 7909821.

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

Color convert

RGB189177120-
CMYK00.060.370.26
HSL49.57º34.33%60.59%-
HSV(B)49.57º36.51%74.12%-
XYZ40.143.6224.08-
YUV174.0997.48138.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 177 (69.53% from 255) = 36.42%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=38.89%
G=36.42%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917712000.060.370.2649.5734.3360.59
HexBDB17806251A32223d
Octal275261170064532624275
Binary10111101101100011111000011010010111010110010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB178; }

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

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

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

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

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

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

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

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