#BF7288

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

Shades of Tapestry #BF7288

Tints of Tapestry #BF7288

Color information

#BF7288 (or 0xBF7288) is unknown color: approx Tapestry. HEX triplet: BF, 72 and 88. RGB value is (191,114,136). Sum of RGB (Red+Green+Blue) = 191+114+136=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7288 is #408D77. Grayscale: #8B8B8B. Windows color (decimal): -4230520 or 8942271. OLE color: 8942271.

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

Color convert

RGB191114136-
CMYK00.400.290.25
HSL342.86º37.56%59.8%-
HSV(B)342.86º40.31%74.9%-
XYZ31.9524.8926.41-
YUV139.53126.01164.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=43.31%
G=25.85%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111413600.400.290.25342.8637.5659.8
HexBF72880281D19157263c
Octal27716221005035315274674
Binary1011111111100101000100001010001110111001101010111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7288; }

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

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

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

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

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

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

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

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