#B0688D

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

Shades of Tapestry #B0688D

Tints of Tapestry #B0688D

Color information

#B0688D (or 0xB0688D) is unknown color: approx Tapestry. HEX triplet: B0, 68 and 8D. RGB value is (176,104,141). Sum of RGB (Red+Green+Blue) = 176+104+141=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0688D is #4F9772. Grayscale: #818181. Windows color (decimal): -5216115 or 9267376. OLE color: 9267376.

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

Color convert

RGB176104141-
CMYK00.410.200.31
HSL329.17º31.3%54.9%-
HSV(B)329.17º40.91%69.02%-
XYZ27.6621.0527.81-
YUV129.75134.35160.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=41.81%
G=24.70%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610414100.410.200.31329.1731.354.9
HexB0688D029141F1491f37
Octal26015021505124375113767
Binary101100001101000100011010101001101001111110100100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0688D; }

 p { color: rgb(176,104,141); }

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

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

 a { background-color: rgb(176,104,141); }

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

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

 span { border-color: rgb(176,104,141); }

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