#B06082

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

Shades of Tapestry #B06082

Tints of Tapestry #B06082

Color information

#B06082 (or 0xB06082) is unknown color: approx Tapestry. HEX triplet: B0, 60 and 82. RGB value is (176,96,130). Sum of RGB (Red+Green+Blue) = 176+96+130=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B06082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06082 is #4F9F7D. Grayscale: #7B7B7B. Windows color (decimal): -5218174 or 8544432. OLE color: 8544432.

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

Color convert

RGB17696130-
CMYK00.450.260.31
HSL334.5º33.61%53.33%-
HSV(B)334.5º45.45%69.02%-
XYZ26.1219.2123.45-
YUV123.8131.5165.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=43.78%
G=23.88%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769613000.450.260.31334.533.6153.33
HexB0608202D1A1F14e2235
Octal26014020205532375164265
Binary1011000011000001000001001011011101011111101001110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06082; }

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

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

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

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

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

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

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

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