#BF6381

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

Shades of Tapestry #BF6381

Tints of Tapestry #BF6381

Color information

#BF6381 (or 0xBF6381) is unknown color: approx Tapestry. HEX triplet: BF, 63 and 81. RGB value is (191,99,129). Sum of RGB (Red+Green+Blue) = 191+99+129=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6381 is #409C7E. Grayscale: #818181. Windows color (decimal): -4234367 or 8479679. OLE color: 8479679.

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

Color convert

RGB19199129-
CMYK00.480.320.25
HSL340.43º41.82%56.86%-
HSV(B)340.43º48.17%74.9%-
XYZ29.9121.5923.36-
YUV129.93127.48171.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 129 (50.78% from 255) = 30.79%
R=45.58%
G=23.63%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919912900.480.320.25340.4341.8256.86
HexBF638103020191542a39
Octal27714320106040315245271
Binary10111111110001110000001011000010000011001101010100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6381; }

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

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

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

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

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

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

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

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