#BF7383

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

Shades of Tapestry #BF7383

Tints of Tapestry #BF7383

Color information

#BF7383 (or 0xBF7383) is unknown color: approx Tapestry. HEX triplet: BF, 73 and 83. RGB value is (191,115,131). Sum of RGB (Red+Green+Blue) = 191+115+131=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7383 is #408C7C. Grayscale: #8B8B8B. Windows color (decimal): -4230269 or 8614847. OLE color: 8614847.

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

Color convert

RGB191115131-
CMYK00.400.310.25
HSL347.37º37.25%60%-
HSV(B)347.37º39.79%74.9%-
XYZ31.7124.9824.62-
YUV139.55123.18164.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 115 (45.31% from 255) = 26.32%
BLUE value IS 131 (51.56% from 255) = 29.98%
R=43.71%
G=26.32%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111513100.400.310.25347.3737.2560
HexBF73830281F1915b253c
Octal27716320305037315334574
Binary1011111111100111000001101010001111111001101011011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7383; }

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

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

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

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

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

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

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

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