#BF6083

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

Shades of Tapestry #BF6083

Tints of Tapestry #BF6083

Color information

#BF6083 (or 0xBF6083) is unknown color: approx Tapestry. HEX triplet: BF, 60 and 83. RGB value is (191,96,131). Sum of RGB (Red+Green+Blue) = 191+96+131=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6083 is #409F7C. Grayscale: #808080. Windows color (decimal): -4235133 or 8609983. OLE color: 8609983.

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

Color convert

RGB19196131-
CMYK00.500.310.25
HSL337.89º42.6%56.27%-
HSV(B)337.89º49.74%74.9%-
XYZ29.7721.0823.97-
YUV128.39129.47172.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 131 (51.56% from 255) = 31.34%
R=45.69%
G=22.97%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919613100.500.310.25337.8942.656.27
HexBF60830321F191522b38
Octal27714020306237315225370
Binary1011111111000001000001101100101111111001101010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6083; }

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

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

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

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

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

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

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

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