#B7697A

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

Shades of Tapestry #B7697A

Tints of Tapestry #B7697A

Color information

#B7697A (or 0xB7697A) is unknown color: approx Tapestry. HEX triplet: B7, 69 and 7A. RGB value is (183,105,122). Sum of RGB (Red+Green+Blue) = 183+105+122=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B7697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7697A is #489685. Grayscale: #828282. Windows color (decimal): -4757126 or 8022455. OLE color: 8022455.

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

Color convert

RGB183105122-
CMYK00.430.330.28
HSL346.92º35.14%56.47%-
HSV(B)346.92º42.62%71.76%-
XYZ28.0921.5821.1-
YUV130.26123.34165.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.63%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 122 (48.05% from 255) = 29.76%
R=44.63%
G=25.61%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310512200.430.330.28346.9235.1456.47
HexB7697A02B211C15b2338
Octal26715117205341345334370
Binary1011011111010011111010010101110000111100101011011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7697A; }

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

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

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

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

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

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

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

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