#BFB17D

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

Shades of Ecru #BFB17D

Tints of Ecru #BFB17D

Color information

#BFB17D (or 0xBFB17D) is unknown color: approx Ecru. HEX triplet: BF, B1 and 7D. RGB value is (191,177,125). Sum of RGB (Red+Green+Blue) = 191+177+125=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB17D is #404E82. Grayscale: #AFAFAF. Windows color (decimal): -4214403 or 8237503. OLE color: 8237503.

HSL color Cylindrical-coordinate representation of color #BFB17D: hue angle of 47.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFB17D is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB191177125-
CMYK00.070.350.25
HSL47.27º34.02%61.96%-
HSV(B)47.27º34.55%74.9%-
XYZ40.914425.74-
YUV175.2699.64139.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 177 (69.53% from 255) = 35.90%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=38.74%
G=35.90%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117712500.070.350.2547.2734.0261.96
HexBFB17D0723192f223e
Octal277261175074331574276
Binary10111111101100011111101011110001111001101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB17D; }

 p { color: rgb(191,177,125); }

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

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

 a { background-color: rgb(191,177,125); }

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

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

 span { border-color: rgb(191,177,125); }

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