#BDB085

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

Shades of Ecru #BDB085

Tints of Ecru #BDB085

Color information

#BDB085 (or 0xBDB085) is unknown color: approx Ecru. HEX triplet: BD, B0 and 85. RGB value is (189,176,133). Sum of RGB (Red+Green+Blue) = 189+176+133=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB085 is #424F7A. Grayscale: #AFAFAF. Windows color (decimal): -4345723 or 8761533. OLE color: 8761533.

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

Color convert

RGB189176133-
CMYK00.070.300.26
HSL46.07º29.79%63.14%-
HSV(B)46.07º29.63%74.12%-
XYZ40.7543.5628.45-
YUV174.98104.31138-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 176 (69.14% from 255) = 35.34%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=37.95%
G=35.34%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917613300.070.300.2646.0729.7963.14
HexBDB085071E1A2e1e3f
Octal275260205073632563677
Binary1011110110110000100001010111111101101010111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB085; }

 p { color: rgb(189,176,133); }

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

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

 a { background-color: rgb(189,176,133); }

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

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

 span { border-color: rgb(189,176,133); }

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