#BF6383

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

Shades of Tapestry #BF6383

Tints of Tapestry #BF6383

Color information

#BF6383 (or 0xBF6383) is unknown color: approx Tapestry. HEX triplet: BF, 63 and 83. RGB value is (191,99,131). Sum of RGB (Red+Green+Blue) = 191+99+131=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6383 is #409C7C. Grayscale: #828282. Windows color (decimal): -4234365 or 8610751. OLE color: 8610751.

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

Color convert

RGB19199131-
CMYK00.480.310.25
HSL339.13º41.82%56.86%-
HSV(B)339.13º48.17%74.9%-
XYZ30.0421.6424.07-
YUV130.16128.48171.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 131 (51.56% from 255) = 31.12%
R=45.37%
G=23.52%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919913100.480.310.25339.1341.8256.86
HexBF63830301F191532a39
Octal27714320306037315235271
Binary1011111111000111000001101100001111111001101010011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6383; }

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

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

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

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

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

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

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

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