#BDB280

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

Shades of Ecru #BDB280

Tints of Ecru #BDB280

Color information

#BDB280 (or 0xBDB280) is unknown color: approx Ecru. HEX triplet: BD, B2 and 80. RGB value is (189,178,128). Sum of RGB (Red+Green+Blue) = 189+178+128=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB280 is #424D7F. Grayscale: #AFAFAF. Windows color (decimal): -4345216 or 8434365. OLE color: 8434365.

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

Color convert

RGB189178128-
CMYK00.060.320.26
HSL49.18º31.61%62.16%-
HSV(B)49.18º32.28%74.12%-
XYZ40.844.2226.81-
YUV175.59101.14137.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 178 (69.92% from 255) = 35.96%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=38.18%
G=35.96%
B=25.86%

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
Decimal18917812800.060.320.2649.1831.6162.16
HexBDB28006201A31203e
Octal275262200064032614076
Binary101111011011001010000000011010000011010110001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB280; }

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

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

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

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

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

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

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

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