#BDB481

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

Shades of Ecru #BDB481

Tints of Ecru #BDB481

Color information

#BDB481 (or 0xBDB481) is unknown color: approx Ecru. HEX triplet: BD, B4 and 81. RGB value is (189,180,129). Sum of RGB (Red+Green+Blue) = 189+180+129=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB481 is #424B7E. Grayscale: #B1B1B1. Windows color (decimal): -4344703 or 8500413. OLE color: 8500413.

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

Color convert

RGB189180129-
CMYK00.050.320.26
HSL51º31.25%62.35%-
HSV(B)51º31.75%74.12%-
XYZ41.2745.0527.29-
YUV176.88100.98136.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 129 (50.78% from 255) = 25.90%
R=37.95%
G=36.14%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918012900.050.320.265131.2562.35
HexBDB48105201A331f3e
Octal275264201054032633776
Binary10111101101101001000000101011000001101011001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB481; }

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

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

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

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

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

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

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

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