#B06387

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

Shades of Tapestry #B06387

Tints of Tapestry #B06387

Color information

#B06387 (or 0xB06387) is unknown color: approx Tapestry. HEX triplet: B0, 63 and 87. RGB value is (176,99,135). Sum of RGB (Red+Green+Blue) = 176+99+135=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B06387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06387 is #4F9C78. Grayscale: #7E7E7E. Windows color (decimal): -5217401 or 8872880. OLE color: 8872880.

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

Color convert

RGB17699135-
CMYK00.440.230.31
HSL331.95º32.77%53.92%-
HSV(B)331.95º43.75%69.02%-
XYZ26.7419.925.35-
YUV126.13133.01163.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 99 (39.06% from 255) = 24.15%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=42.93%
G=24.15%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769913500.440.230.31331.9532.7753.92
HexB0638702C171F14c2136
Octal26014320705427375144166
Binary1011000011000111000011101011001011111111101001100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06387; }

 p { color: rgb(176,99,135); }

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

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

 a { background-color: rgb(176,99,135); }

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

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

 span { border-color: rgb(176,99,135); }

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