#B7698F

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

Shades of Tapestry #B7698F

Tints of Tapestry #B7698F

Color information

#B7698F (or 0xB7698F) is unknown color: approx Tapestry. HEX triplet: B7, 69 and 8F. RGB value is (183,105,143). Sum of RGB (Red+Green+Blue) = 183+105+143=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B7698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7698F is #489670. Grayscale: #848484. Windows color (decimal): -4757105 or 9398711. OLE color: 9398711.

HSL color Cylindrical-coordinate representation of color #B7698F: hue angle of 330.77º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7698F is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB183105143-
CMYK00.430.220.28
HSL330.77º35.14%56.47%-
HSV(B)330.77º42.62%71.76%-
XYZ29.5422.1528.71-
YUV132.65133.84163.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 143 (56.25% from 255) = 33.18%
R=42.46%
G=24.36%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310514300.430.220.28330.7735.1456.47
HexB7698F02B161C14b2338
Octal26715121705326345134370
Binary1011011111010011000111101010111011011100101001011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7698F; }

 p { color: rgb(183,105,143); }

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

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

 a { background-color: rgb(183,105,143); }

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

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

 span { border-color: rgb(183,105,143); }

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