#B0697F

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

Shades of Tapestry #B0697F

Tints of Tapestry #B0697F

Color information

#B0697F (or 0xB0697F) is unknown color: approx Tapestry. HEX triplet: B0, 69 and 7F. RGB value is (176,105,127). Sum of RGB (Red+Green+Blue) = 176+105+127=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B0697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0697F is #4F9680. Grayscale: #808080. Windows color (decimal): -5215873 or 8350128. OLE color: 8350128.

HSL color Cylindrical-coordinate representation of color #B0697F: hue angle of 341.41º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0697F is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB176105127-
CMYK00.400.280.31
HSL341.41º31%55.1%-
HSV(B)341.41º40.34%69.02%-
XYZ26.7920.8722.69-
YUV128.74127.02161.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 127 (50% from 255) = 31.13%
R=43.14%
G=25.74%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610512700.400.280.31341.413155.1
HexB0697F0281C1F1551f37
Octal26015117705034375253767
Binary10110000110100111111110101000111001111110101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0697F; }

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

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

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

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

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

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

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

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