#B06683

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

Shades of Tapestry #B06683

Tints of Tapestry #B06683

Color information

#B06683 (or 0xB06683) is unknown color: approx Tapestry. HEX triplet: B0, 66 and 83. RGB value is (176,102,131). Sum of RGB (Red+Green+Blue) = 176+102+131=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B06683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06683 is #4F997C. Grayscale: #7F7F7F. Windows color (decimal): -5216637 or 8611504. OLE color: 8611504.

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

Color convert

RGB176102131-
CMYK00.420.260.31
HSL336.49º31.9%54.51%-
HSV(B)336.49º42.05%69.02%-
XYZ26.7520.3723.99-
YUV127.43130.02162.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=43.03%
G=24.94%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610213100.420.260.31336.4931.954.51
HexB0668302A1A1F1502037
Octal26014620305232375204067
Binary1011000011001101000001101010101101011111101010000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06683; }

 p { color: rgb(176,102,131); }

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

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

 a { background-color: rgb(176,102,131); }

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

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

 span { border-color: rgb(176,102,131); }

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