#BF748D

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

Shades of Tapestry #BF748D

Tints of Tapestry #BF748D

Color information

#BF748D (or 0xBF748D) is unknown color: approx Tapestry. HEX triplet: BF, 74 and 8D. RGB value is (191,116,141). Sum of RGB (Red+Green+Blue) = 191+116+141=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF748D is #408B72. Grayscale: #8D8D8D. Windows color (decimal): -4230003 or 9270463. OLE color: 9270463.

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

Color convert

RGB191116141-
CMYK00.390.260.25
HSL340º36.95%60.2%-
HSV(B)340º39.27%74.9%-
XYZ32.5425.4928.4-
YUV141.28127.85163.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=42.63%
G=25.89%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111614100.390.260.2534036.9560.2
HexBF748D0271A19154253c
Octal27716421504732315244574
Binary1011111111101001000110101001111101011001101010100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF748D; }

 p { color: rgb(191,116,141); }

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

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

 a { background-color: rgb(191,116,141); }

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

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

 span { border-color: rgb(191,116,141); }

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