#BDB67F

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

Shades of Ecru #BDB67F

Tints of Ecru #BDB67F

Color information

#BDB67F (or 0xBDB67F) is unknown color: approx Ecru. HEX triplet: BD, B6 and 7F. RGB value is (189,182,127). Sum of RGB (Red+Green+Blue) = 189+182+127=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB67F is #424980. Grayscale: #B2B2B2. Windows color (decimal): -4344193 or 8369853. OLE color: 8369853.

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

Color convert

RGB189182127-
CMYK00.040.330.26
HSL53.23º31.96%61.96%-
HSV(B)53.23º32.8%74.12%-
XYZ41.5445.8126.73-
YUV177.8299.32135.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 182 (71.48% from 255) = 36.55%
BLUE value IS 127 (50% from 255) = 25.50%
R=37.95%
G=36.55%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918212700.040.330.2653.2331.9661.96
HexBDB67F04211A35203e
Octal275266177044132654076
Binary10111101101101101111111010010000111010110101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB67F; }

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

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

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

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

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

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

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

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