#BFAA75

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

Shades of Ecru #BFAA75

Tints of Ecru #BFAA75

Color information

#BFAA75 (or 0xBFAA75) is unknown color: approx Ecru. HEX triplet: BF, AA and 75. RGB value is (191,170,117). Sum of RGB (Red+Green+Blue) = 191+170+117=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA75 is #40558A. Grayscale: #AAAAAA. Windows color (decimal): -4216203 or 7711423. OLE color: 7711423.

HSL color Cylindrical-coordinate representation of color #BFAA75: hue angle of 42.97º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFAA75 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB191170117-
CMYK00.110.390.25
HSL42.97º36.63%60.39%-
HSV(B)42.97º38.74%74.9%-
XYZ39.0741.1122.71-
YUV170.2497.96142.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=39.96%
G=35.56%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117011700.110.390.2542.9736.6360.39
HexBFAA750B27192b253c
Octal2772521650134731534574
Binary101111111010101011101010101110011111001101011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA75; }

 p { color: rgb(191,170,117); }

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

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

 a { background-color: rgb(191,170,117); }

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

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

 span { border-color: rgb(191,170,117); }

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