#B06678

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

Shades of Tapestry #B06678

Tints of Tapestry #B06678

Color information

#B06678 (or 0xB06678) is unknown color: approx Tapestry. HEX triplet: B0, 66 and 78. RGB value is (176,102,120). Sum of RGB (Red+Green+Blue) = 176+102+120=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B06678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06678 is #4F9987. Grayscale: #7E7E7E. Windows color (decimal): -5216648 or 7890608. OLE color: 7890608.

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

Color convert

RGB176102120-
CMYK00.420.320.31
HSL345.41º31.9%54.51%-
HSV(B)345.41º42.05%69.02%-
XYZ26.0520.0920.27-
YUV126.18124.52163.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 102 (40.23% from 255) = 25.63%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=44.22%
G=25.63%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610212000.420.320.31345.4131.954.51
HexB0667802A201F1592037
Octal26014617005240375314067
Binary1011000011001101111000010101010000011111101011001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06678; }

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

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

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

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

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

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

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

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