#BF6081

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

Shades of Tapestry #BF6081

Tints of Tapestry #BF6081

Color information

#BF6081 (or 0xBF6081) is unknown color: approx Tapestry. HEX triplet: BF, 60 and 81. RGB value is (191,96,129). Sum of RGB (Red+Green+Blue) = 191+96+129=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6081 is #409F7E. Grayscale: #808080. Windows color (decimal): -4235135 or 8478911. OLE color: 8478911.

HSL color Cylindrical-coordinate representation of color #BF6081: hue angle of 339.16º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6081 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB19196129-
CMYK00.500.320.25
HSL339.16º42.6%56.27%-
HSV(B)339.16º49.74%74.9%-
XYZ29.6321.0323.27-
YUV128.17128.47172.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 96 (37.89% from 255) = 23.08%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=45.91%
G=23.08%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919612900.500.320.25339.1642.656.27
HexBF608103220191532b38
Octal27714020106240315235370
Binary10111111110000010000001011001010000011001101010011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6081; }

 p { color: rgb(191,96,129); }

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

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

 a { background-color: rgb(191,96,129); }

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

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

 span { border-color: rgb(191,96,129); }

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