#BFAF84

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

Shades of Ecru #BFAF84

Tints of Ecru #BFAF84

Color information

#BFAF84 (or 0xBFAF84) is unknown color: approx Ecru. HEX triplet: BF, AF and 84. RGB value is (191,175,132). Sum of RGB (Red+Green+Blue) = 191+175+132=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAF84 is #40507B. Grayscale: #AFAFAF. Windows color (decimal): -4214908 or 8695743. OLE color: 8695743.

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

Color convert

RGB191175132-
CMYK00.080.310.25
HSL43.73º31.55%63.33%-
HSV(B)43.73º30.89%74.9%-
XYZ40.9843.428.05-
YUV174.88103.8139.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=38.35%
G=35.14%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117513200.080.310.2543.7331.5563.33
HexBFAF84081F192c203f
Octal2772572040103731544077
Binary101111111010111110000100010001111111001101100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF84; }

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

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

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

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

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

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

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

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