#B06791

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

Shades of Tapestry #B06791

Tints of Tapestry #B06791

Color information

#B06791 (or 0xB06791) is unknown color: approx Tapestry. HEX triplet: B0, 67 and 91. RGB value is (176,103,145). Sum of RGB (Red+Green+Blue) = 176+103+145=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B06791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06791 is #4F986E. Grayscale: #818181. Windows color (decimal): -5216367 or 9529264. OLE color: 9529264.

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

Color convert

RGB176103145-
CMYK00.410.180.31
HSL325.48º31.6%54.71%-
HSV(B)325.48º41.48%69.02%-
XYZ27.8720.9729.37-
YUV129.62136.68161.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 103 (40.62% from 255) = 24.29%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=41.51%
G=24.29%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610314500.410.180.31325.4831.654.71
HexB06791029121F1452037
Octal26014722105122375054067
Binary1011000011001111001000101010011001011111101000101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06791; }

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

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

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

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

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

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

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

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