#BDB184

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

Shades of Ecru #BDB184

Tints of Ecru #BDB184

Color information

#BDB184 (or 0xBDB184) is unknown color: approx Ecru. HEX triplet: BD, B1 and 84. RGB value is (189,177,132). Sum of RGB (Red+Green+Blue) = 189+177+132=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB184 is #424E7B. Grayscale: #AFAFAF. Windows color (decimal): -4345468 or 8696253. OLE color: 8696253.

HSL color Cylindrical-coordinate representation of color #BDB184: hue angle of 47.37º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDB184 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB189177132-
CMYK00.060.300.26
HSL47.37º30.16%62.94%-
HSV(B)47.37º30.16%74.12%-
XYZ40.8743.9328.15-
YUV175.46103.48137.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=37.95%
G=35.54%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917713200.060.300.2647.3730.1662.94
HexBDB184061E1A2f1e3f
Octal275261204063632573677
Binary1011110110110001100001000110111101101010111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB184; }

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

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

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

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

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

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

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

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