#BFAA7A

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

Shades of Ecru #BFAA7A

Tints of Ecru #BFAA7A

Color information

#BFAA7A (or 0xBFAA7A) is unknown color: approx Ecru. HEX triplet: BF, AA and 7A. RGB value is (191,170,122). Sum of RGB (Red+Green+Blue) = 191+170+122=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA7A is #405585. Grayscale: #ABABAB. Windows color (decimal): -4216198 or 8039103. OLE color: 8039103.

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

Color convert

RGB191170122-
CMYK00.110.360.25
HSL41.74º35.03%61.37%-
HSV(B)41.74º36.13%74.9%-
XYZ39.3741.2324.3-
YUV170.81100.46142.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 122 (48.05% from 255) = 25.26%
R=39.54%
G=35.20%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117012200.110.360.2541.7435.0361.37
HexBFAA7A0B24192a233d
Octal2772521720134431524375
Binary101111111010101011110100101110010011001101010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA7A; }

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

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

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

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

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

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

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

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