#BF7289

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

Shades of Tapestry #BF7289

Tints of Tapestry #BF7289

Color information

#BF7289 (or 0xBF7289) is unknown color: approx Tapestry. HEX triplet: BF, 72 and 89. RGB value is (191,114,137). Sum of RGB (Red+Green+Blue) = 191+114+137=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7289 is #408D76. Grayscale: #8B8B8B. Windows color (decimal): -4230519 or 9007807. OLE color: 9007807.

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

Color convert

RGB191114137-
CMYK00.400.280.25
HSL342.08º37.56%59.8%-
HSV(B)342.08º40.31%74.9%-
XYZ32.0224.9226.79-
YUV139.64126.51164.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 137 (53.91% from 255) = 31.00%
R=43.21%
G=25.79%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111413700.400.280.25342.0837.5659.8
HexBF72890281C19156263c
Octal27716221105034315264674
Binary1011111111100101000100101010001110011001101010110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7289; }

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

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

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

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

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

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

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

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