#B0697B

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

Shades of Tapestry #B0697B

Tints of Tapestry #B0697B

Color information

#B0697B (or 0xB0697B) is unknown color: approx Tapestry. HEX triplet: B0, 69 and 7B. RGB value is (176,105,123). Sum of RGB (Red+Green+Blue) = 176+105+123=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0697B is #4F9684. Grayscale: #808080. Windows color (decimal): -5215877 or 8087984. OLE color: 8087984.

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

Color convert

RGB176105123-
CMYK00.400.300.31
HSL344.79º31%55.1%-
HSV(B)344.79º40.34%69.02%-
XYZ26.5320.7621.35-
YUV128.28125.02162.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.56%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 123 (48.44% from 255) = 30.45%
R=43.56%
G=25.99%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610512300.400.300.31344.793155.1
HexB0697B0281E1F1591f37
Octal26015117305036375313767
Binary10110000110100111110110101000111101111110101100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0697B; }

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

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

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

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

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

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

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

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