#BFAB73

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

Shades of Ecru #BFAB73

Tints of Ecru #BFAB73

Color information

#BFAB73 (or 0xBFAB73) is unknown color: approx Ecru. HEX triplet: BF, AB and 73. RGB value is (191,171,115). Sum of RGB (Red+Green+Blue) = 191+171+115=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB73 is #40548C. Grayscale: #AAAAAA. Windows color (decimal): -4215949 or 7580607. OLE color: 7580607.

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

Color convert

RGB191171115-
CMYK00.100.400.25
HSL44.21º37.25%60%-
HSV(B)44.21º39.79%74.9%-
XYZ39.1441.4422.16-
YUV170.696.63142.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 115 (45.31% from 255) = 24.11%
R=40.04%
G=35.85%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117111500.100.400.2544.2137.2560
HexBFAB730A28192c253c
Octal2772531630125031544574
Binary101111111010101111100110101010100011001101100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAB73; }

 p { color: rgb(191,171,115); }

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

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

 a { background-color: rgb(191,171,115); }

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

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

 span { border-color: rgb(191,171,115); }

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