#BDB77F

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

Shades of Ecru #BDB77F

Tints of Ecru #BDB77F

Color information

#BDB77F (or 0xBDB77F) is unknown color: approx Ecru. HEX triplet: BD, B7 and 7F. RGB value is (189,183,127). Sum of RGB (Red+Green+Blue) = 189+183+127=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB77F is #424880. Grayscale: #B2B2B2. Windows color (decimal): -4343937 or 8370109. OLE color: 8370109.

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

Color convert

RGB189183127-
CMYK00.030.330.26
HSL54.19º31.96%61.96%-
HSV(B)54.19º32.8%74.12%-
XYZ41.7546.2226.8-
YUV178.4198.99135.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 183 (71.88% from 255) = 36.67%
BLUE value IS 127 (50% from 255) = 25.45%
R=37.88%
G=36.67%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918312700.030.330.2654.1931.9661.96
HexBDB77F03211A36203e
Octal275267177034132664076
Binary1011110110110111111111101110000111010110110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB77F; }

 p { color: rgb(189,183,127); }

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

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

 a { background-color: rgb(189,183,127); }

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

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

 span { border-color: rgb(189,183,127); }

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