#BFAF76

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

Shades of Ecru #BFAF76

Tints of Ecru #BFAF76

Color information

#BFAF76 (or 0xBFAF76) is unknown color: approx Ecru. HEX triplet: BF, AF and 76. RGB value is (191,175,118). Sum of RGB (Red+Green+Blue) = 191+175+118=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF76 is #405089. Grayscale: #ADADAD. Windows color (decimal): -4214922 or 7778239. OLE color: 7778239.

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

Color convert

RGB191175118-
CMYK00.080.380.25
HSL46.85º36.32%60.59%-
HSV(B)46.85º38.22%74.9%-
XYZ40.0943.0423.34-
YUV173.2996.8140.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 118 (46.48% from 255) = 24.38%
R=39.46%
G=36.16%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117511800.080.380.2546.8536.3260.59
HexBFAF760826192f243d
Octal2772571660104631574475
Binary101111111010111111101100100010011011001101111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF76; }

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

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

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

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

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

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

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

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