#B7697F

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

Shades of Tapestry #B7697F

Tints of Tapestry #B7697F

Color information

#B7697F (or 0xB7697F) is unknown color: approx Tapestry. HEX triplet: B7, 69 and 7F. RGB value is (183,105,127). Sum of RGB (Red+Green+Blue) = 183+105+127=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B7697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7697F is #489680. Grayscale: #828282. Windows color (decimal): -4757121 or 8350135. OLE color: 8350135.

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

Color convert

RGB183105127-
CMYK00.430.310.28
HSL343.08º35.14%56.47%-
HSV(B)343.08º42.62%71.76%-
XYZ28.4121.722.77-
YUV130.83125.84165.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 127 (50% from 255) = 30.60%
R=44.10%
G=25.30%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310512700.430.310.28343.0835.1456.47
HexB7697F02B1F1C1572338
Octal26715117705337345274370
Binary101101111101001111111101010111111111100101010111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7697F; }

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

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

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

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

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

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

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

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