#BFAF7B

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

Shades of Ecru #BFAF7B

Tints of Ecru #BFAF7B

Color information

#BFAF7B (or 0xBFAF7B) is unknown color: approx Ecru. HEX triplet: BF, AF and 7B. RGB value is (191,175,123). Sum of RGB (Red+Green+Blue) = 191+175+123=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF7B is #405084. Grayscale: #AEAEAE. Windows color (decimal): -4214917 or 8105919. OLE color: 8105919.

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

Color convert

RGB191175123-
CMYK00.080.360.25
HSL45.88º34.69%61.57%-
HSV(B)45.88º35.6%74.9%-
XYZ40.3943.1724.94-
YUV173.8699.3140.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 123 (48.44% from 255) = 25.15%
R=39.06%
G=35.79%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117512300.080.360.2545.8834.6961.57
HexBFAF7B0824192e233e
Octal2772571730104431564376
Binary101111111010111111110110100010010011001101110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF7B; }

 p { color: rgb(191,175,123); }

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

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

 a { background-color: rgb(191,175,123); }

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

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

 span { border-color: rgb(191,175,123); }

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