#BF798A

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

Shades of Tapestry #BF798A

Tints of Tapestry #BF798A

Color information

#BF798A (or 0xBF798A) is unknown color: approx Tapestry. HEX triplet: BF, 79 and 8A. RGB value is (191,121,138). Sum of RGB (Red+Green+Blue) = 191+121+138=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF798A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF798A is #408675. Grayscale: #8F8F8F. Windows color (decimal): -4228726 or 9075135. OLE color: 9075135.

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

Color convert

RGB191121138-
CMYK00.370.280.25
HSL345.43º35.35%61.18%-
HSV(B)345.43º36.65%74.9%-
XYZ32.9126.5927.44-
YUV143.87124.69161.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=42.44%
G=26.89%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112113800.370.280.25345.4335.3561.18
HexBF798A0251C19159233d
Octal27717121204534315314375
Binary1011111111110011000101001001011110011001101011001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF798A; }

 p { color: rgb(191,121,138); }

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

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

 a { background-color: rgb(191,121,138); }

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

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

 span { border-color: rgb(191,121,138); }

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