#B06B82

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

Shades of Tapestry #B06B82

Tints of Tapestry #B06B82

Color information

#B06B82 (or 0xB06B82) is unknown color: approx Tapestry. HEX triplet: B0, 6B and 82. RGB value is (176,107,130). Sum of RGB (Red+Green+Blue) = 176+107+130=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B82 is #4F947D. Grayscale: #828282. Windows color (decimal): -5215358 or 8547248. OLE color: 8547248.

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

Color convert

RGB176107130-
CMYK00.390.260.31
HSL340º30.4%55.49%-
HSV(B)340º39.2%69.02%-
XYZ27.1921.3623.81-
YUV130.25127.86160.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=42.62%
G=25.91%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610713000.390.260.3134030.455.49
HexB06B820271A1F1541e37
Octal26015320204732375243667
Binary101100001101011100000100100111110101111110101010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B82; }

 p { color: rgb(176,107,130); }

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

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

 a { background-color: rgb(176,107,130); }

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

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

 span { border-color: rgb(176,107,130); }

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