#B06788

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

Shades of Tapestry #B06788

Tints of Tapestry #B06788

Color information

#B06788 (or 0xB06788) is unknown color: approx Tapestry. HEX triplet: B0, 67 and 88. RGB value is (176,103,136). Sum of RGB (Red+Green+Blue) = 176+103+136=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B06788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06788 is #4F9877. Grayscale: #808080. Windows color (decimal): -5216376 or 8939440. OLE color: 8939440.

HSL color Cylindrical-coordinate representation of color #B06788: hue angle of 332.88º degrees, saturation: 0.32, 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 #B06788 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB176103136-
CMYK00.410.230.31
HSL332.88º31.6%54.71%-
HSV(B)332.88º41.48%69.02%-
XYZ27.220.7125.86-
YUV128.59132.18161.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=42.41%
G=24.82%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610313600.410.230.31332.8831.654.71
HexB06788029171F14d2037
Octal26014721005127375154067
Binary1011000011001111000100001010011011111111101001101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06788; }

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

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

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

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

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

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

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

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