#BF6A84

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

Shades of Tapestry #BF6A84

Tints of Tapestry #BF6A84

Color information

#BF6A84 (or 0xBF6A84) is unknown color: approx Tapestry. HEX triplet: BF, 6A and 84. RGB value is (191,106,132). Sum of RGB (Red+Green+Blue) = 191+106+132=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6A84 is #40957B. Grayscale: #868686. Windows color (decimal): -4232572 or 8678079. OLE color: 8678079.

HSL color Cylindrical-coordinate representation of color #BF6A84: hue angle of 341.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF6A84 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB191106132-
CMYK00.450.310.25
HSL341.65º39.91%58.24%-
HSV(B)341.65º44.5%74.9%-
XYZ30.823.0524.66-
YUV134.38126.66168.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 132 (51.95% from 255) = 30.77%
R=44.52%
G=24.71%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110613200.450.310.25341.6539.9158.24
HexBF6A8402D1F19156283a
Octal27715220405537315265072
Binary1011111111010101000010001011011111111001101010110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A84; }

 p { color: rgb(191,106,132); }

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

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

 a { background-color: rgb(191,106,132); }

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

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

 span { border-color: rgb(191,106,132); }

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