#BF7583

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

Shades of Tapestry #BF7583

Tints of Tapestry #BF7583

Color information

#BF7583 (or 0xBF7583) is unknown color: approx Tapestry. HEX triplet: BF, 75 and 83. RGB value is (191,117,131). Sum of RGB (Red+Green+Blue) = 191+117+131=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7583 is #408A7C. Grayscale: #8C8C8C. Windows color (decimal): -4229757 or 8615359. OLE color: 8615359.

HSL color Cylindrical-coordinate representation of color #BF7583: hue angle of 348.65º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF7583 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB191117131-
CMYK00.390.310.25
HSL348.65º36.63%60.39%-
HSV(B)348.65º38.74%74.9%-
XYZ31.9425.4424.7-
YUV140.72122.52163.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 131 (51.56% from 255) = 29.84%
R=43.51%
G=26.65%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111713100.390.310.25348.6536.6360.39
HexBF75830271F1915d253c
Octal27716520304737315354574
Binary1011111111101011000001101001111111111001101011101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7583; }

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

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

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

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

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

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

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

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