#BF7281

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

Shades of Tapestry #BF7281

Tints of Tapestry #BF7281

Color information

#BF7281 (or 0xBF7281) is unknown color: approx Tapestry. HEX triplet: BF, 72 and 81. RGB value is (191,114,129). Sum of RGB (Red+Green+Blue) = 191+114+129=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7281 is #408D7E. Grayscale: #8A8A8A. Windows color (decimal): -4230527 or 8483519. OLE color: 8483519.

HSL color Cylindrical-coordinate representation of color #BF7281: hue angle of 348.31º degrees, saturation: 0.38, 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 #BF7281 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB191114129-
CMYK00.400.320.25
HSL348.31º37.56%59.8%-
HSV(B)348.31º40.31%74.9%-
XYZ31.4724.723.88-
YUV138.73122.51165.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=44.01%
G=26.27%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111412900.400.320.25348.3137.5659.8
HexBF7281028201915c263c
Octal27716220105040315344674
Binary10111111111001010000001010100010000011001101011100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7281; }

 p { color: rgb(191,114,129); }

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

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

 a { background-color: rgb(191,114,129); }

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

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

 span { border-color: rgb(191,114,129); }

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