#B7698B

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

Shades of Tapestry #B7698B

Tints of Tapestry #B7698B

Color information

#B7698B (or 0xB7698B) is unknown color: approx Tapestry. HEX triplet: B7, 69 and 8B. RGB value is (183,105,139). Sum of RGB (Red+Green+Blue) = 183+105+139=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7698B is #489674. Grayscale: #848484. Windows color (decimal): -4757109 or 9136567. OLE color: 9136567.

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

Color convert

RGB183105139-
CMYK00.430.240.28
HSL333.85º35.14%56.47%-
HSV(B)333.85º42.62%71.76%-
XYZ29.2422.0327.14-
YUV132.2131.84164.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=42.86%
G=24.59%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310513900.430.240.28333.8535.1456.47
HexB7698B02B181C14e2338
Octal26715121305330345164370
Binary1011011111010011000101101010111100011100101001110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7698B; }

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

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

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

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

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

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

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

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