#B7698D

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

Shades of Tapestry #B7698D

Tints of Tapestry #B7698D

Color information

#B7698D (or 0xB7698D) is unknown color: approx Tapestry. HEX triplet: B7, 69 and 8D. RGB value is (183,105,141). Sum of RGB (Red+Green+Blue) = 183+105+141=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B7698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7698D is #489672. Grayscale: #848484. Windows color (decimal): -4757107 or 9267639. OLE color: 9267639.

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

Color convert

RGB183105141-
CMYK00.430.230.28
HSL332.31º35.14%56.47%-
HSV(B)332.31º42.62%71.76%-
XYZ29.3922.0927.91-
YUV132.43132.84164.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 141 (55.47% from 255) = 32.87%
R=42.66%
G=24.48%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310514100.430.230.28332.3135.1456.47
HexB7698D02B171C14c2338
Octal26715121505327345144370
Binary1011011111010011000110101010111011111100101001100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7698D; }

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

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

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

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

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

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

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

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