#B07688

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

Shades of Tapestry #B07688

Tints of Tapestry #B07688

Color information

#B07688 (or 0xB07688) is unknown color: approx Tapestry. HEX triplet: B0, 76 and 88. RGB value is (176,118,136). Sum of RGB (Red+Green+Blue) = 176+118+136=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B07688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07688 is #4F8977. Grayscale: #898989. Windows color (decimal): -5212536 or 8943280. OLE color: 8943280.

HSL color Cylindrical-coordinate representation of color #B07688: hue angle of 341.38º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B07688 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB176118136-
CMYK00.330.230.31
HSL341.38º26.85%57.65%-
HSV(B)341.38º32.95%69.02%-
XYZ28.8323.9626.4-
YUV137.39127.22155.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 136 (53.52% from 255) = 31.63%
R=40.93%
G=27.44%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611813600.330.230.31341.3826.8557.65
HexB07688021171F1551b3a
Octal26016621004127375253372
Binary101100001110110100010000100001101111111110101010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07688; }

 p { color: rgb(176,118,136); }

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

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

 a { background-color: rgb(176,118,136); }

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

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

 span { border-color: rgb(176,118,136); }

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