#BF6782

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

Shades of Tapestry #BF6782

Tints of Tapestry #BF6782

Color information

#BF6782 (or 0xBF6782) is unknown color: approx Tapestry. HEX triplet: BF, 67 and 82. RGB value is (191,103,130). Sum of RGB (Red+Green+Blue) = 191+103+130=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6782 is #40987D. Grayscale: #848484. Windows color (decimal): -4233342 or 8546239. OLE color: 8546239.

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

Color convert

RGB191103130-
CMYK00.460.320.25
HSL341.59º40.74%57.65%-
HSV(B)341.59º46.07%74.9%-
XYZ30.3722.3923.84-
YUV132.39126.65169.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 103 (40.62% from 255) = 24.29%
BLUE value IS 130 (51.17% from 255) = 30.66%
R=45.05%
G=24.29%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110313000.460.320.25341.5940.7457.65
HexBF678202E2019156293a
Octal27714720205640315265172
Binary10111111110011110000010010111010000011001101010110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6782; }

 p { color: rgb(191,103,130); }

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

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

 a { background-color: rgb(191,103,130); }

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

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

 span { border-color: rgb(191,103,130); }

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