#B0697E

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

Shades of Tapestry #B0697E

Tints of Tapestry #B0697E

Color information

#B0697E (or 0xB0697E) is unknown color: approx Tapestry. HEX triplet: B0, 69 and 7E. RGB value is (176,105,126). Sum of RGB (Red+Green+Blue) = 176+105+126=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B0697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0697E is #4F9681. Grayscale: #808080. Windows color (decimal): -5215874 or 8284592. OLE color: 8284592.

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

Color convert

RGB176105126-
CMYK00.400.280.31
HSL342.25º31%55.1%-
HSV(B)342.25º40.34%69.02%-
XYZ26.7220.8422.35-
YUV128.62126.52161.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 126 (49.61% from 255) = 30.96%
R=43.24%
G=25.80%
B=30.96%

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
Decimal17610512600.400.280.31342.253155.1
HexB0697E0281C1F1561f37
Octal26015117605034375263767
Binary10110000110100111111100101000111001111110101011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0697E; }

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

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

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

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

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

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

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

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