#B7697B

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

Shades of Tapestry #B7697B

Tints of Tapestry #B7697B

Color information

#B7697B (or 0xB7697B) is unknown color: approx Tapestry. HEX triplet: B7, 69 and 7B. RGB value is (183,105,123). Sum of RGB (Red+Green+Blue) = 183+105+123=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7697B is #489684. Grayscale: #828282. Windows color (decimal): -4757125 or 8087991. OLE color: 8087991.

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

Color convert

RGB183105123-
CMYK00.430.330.28
HSL346.15º35.14%56.47%-
HSV(B)346.15º42.62%71.76%-
XYZ28.1621.621.42-
YUV130.37123.84165.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=44.53%
G=25.55%
B=29.93%

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
Decimal18310512300.430.330.28346.1535.1456.47
HexB7697B02B211C15a2338
Octal26715117305341345324370
Binary1011011111010011111011010101110000111100101011010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7697B; }

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

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

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

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

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

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

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

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