#BDB084

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

Shades of Ecru #BDB084

Tints of Ecru #BDB084

Color information

#BDB084 (or 0xBDB084) is unknown color: approx Ecru. HEX triplet: BD, B0 and 84. RGB value is (189,176,132). Sum of RGB (Red+Green+Blue) = 189+176+132=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB084 is #424F7B. Grayscale: #AFAFAF. Windows color (decimal): -4345724 or 8695997. OLE color: 8695997.

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

Color convert

RGB189176132-
CMYK00.070.300.26
HSL46.32º30.16%62.94%-
HSV(B)46.32º30.16%74.12%-
XYZ40.6843.5428.09-
YUV174.87103.81138.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=38.03%
G=35.41%
B=26.56%

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
Decimal18917613200.070.300.2646.3230.1662.94
HexBDB084071E1A2e1e3f
Octal275260204073632563677
Binary1011110110110000100001000111111101101010111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB084; }

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

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

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

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

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

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

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

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