#BF7A83

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

Shades of Tapestry #BF7A83

Tints of Tapestry #BF7A83

Color information

#BF7A83 (or 0xBF7A83) is unknown color: approx Tapestry. HEX triplet: BF, 7A and 83. RGB value is (191,122,131). Sum of RGB (Red+Green+Blue) = 191+122+131=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7A83 is #40857C. Grayscale: #8F8F8F. Windows color (decimal): -4228477 or 8616639. OLE color: 8616639.

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

Color convert

RGB191122131-
CMYK00.360.310.25
HSL352.17º35.03%61.37%-
HSV(B)352.17º36.13%74.9%-
XYZ32.5426.6324.9-
YUV143.66120.86161.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 122 (48.05% from 255) = 27.48%
BLUE value IS 131 (51.56% from 255) = 29.50%
R=43.02%
G=27.48%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112213100.360.310.25352.1735.0361.37
HexBF7A830241F19160233d
Octal27717220304437315404375
Binary1011111111110101000001101001001111111001101100000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7A83; }

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

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

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

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

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

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

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

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