#BF6388

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

Shades of Tapestry #BF6388

Tints of Tapestry #BF6388

Color information

#BF6388 (or 0xBF6388) is unknown color: approx Tapestry. HEX triplet: BF, 63 and 88. RGB value is (191,99,136). Sum of RGB (Red+Green+Blue) = 191+99+136=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6388 is #409C77. Grayscale: #828282. Windows color (decimal): -4234360 or 8938431. OLE color: 8938431.

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

Color convert

RGB19199136-
CMYK00.480.290.25
HSL335.87º41.82%56.86%-
HSV(B)335.87º48.17%74.9%-
XYZ30.3921.7825.89-
YUV130.73130.98170.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 136 (53.52% from 255) = 31.92%
R=44.84%
G=23.24%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919913600.480.290.25335.8741.8256.86
HexBF63880301D191502a39
Octal27714321006035315205271
Binary1011111111000111000100001100001110111001101010000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6388; }

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

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

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

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

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

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

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

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