#BDB281

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

Shades of Ecru #BDB281

Tints of Ecru #BDB281

Color information

#BDB281 (or 0xBDB281) is unknown color: approx Ecru. HEX triplet: BD, B2 and 81. RGB value is (189,178,129). Sum of RGB (Red+Green+Blue) = 189+178+129=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB281 is #424D7E. Grayscale: #AFAFAF. Windows color (decimal): -4345215 or 8499901. OLE color: 8499901.

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

Color convert

RGB189178129-
CMYK00.060.320.26
HSL49º31.25%62.35%-
HSV(B)49º31.75%74.12%-
XYZ40.8744.2427.15-
YUV175.7101.64137.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=38.10%
G=35.89%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917812900.060.320.264931.2562.35
HexBDB28106201A311f3e
Octal275262201064032613776
Binary10111101101100101000000101101000001101011000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB281; }

 p { color: rgb(189,178,129); }

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

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

 a { background-color: rgb(189,178,129); }

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

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

 span { border-color: rgb(189,178,129); }

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