#BFAF7D

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

Shades of Ecru #BFAF7D

Tints of Ecru #BFAF7D

Color information

#BFAF7D (or 0xBFAF7D) is unknown color: approx Ecru. HEX triplet: BF, AF and 7D. RGB value is (191,175,125). Sum of RGB (Red+Green+Blue) = 191+175+125=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF7D is #405082. Grayscale: #AEAEAE. Windows color (decimal): -4214915 or 8236991. OLE color: 8236991.

HSL color Cylindrical-coordinate representation of color #BFAF7D: hue angle of 45.45º 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 #BFAF7D is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB191175125-
CMYK00.080.350.25
HSL45.45º34.02%61.96%-
HSV(B)45.45º34.55%74.9%-
XYZ40.5243.2225.61-
YUV174.08100.3140.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=38.90%
G=35.64%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117512500.080.350.2545.4534.0261.96
HexBFAF7D0823192d223e
Octal2772571750104331554276
Binary101111111010111111111010100010001111001101101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF7D; }

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

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

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

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

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

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

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

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