#B06078

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

Shades of Tapestry #B06078

Tints of Tapestry #B06078

Color information

#B06078 (or 0xB06078) is unknown color: approx Tapestry. HEX triplet: B0, 60 and 78. RGB value is (176,96,120). Sum of RGB (Red+Green+Blue) = 176+96+120=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B06078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06078 is #4F9F87. Grayscale: #7A7A7A. Windows color (decimal): -5218184 or 7889072. OLE color: 7889072.

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

Color convert

RGB17696120-
CMYK00.450.320.31
HSL342º33.61%53.33%-
HSV(B)342º45.45%69.02%-
XYZ25.4818.9520.08-
YUV122.66126.5166.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=44.90%
G=24.49%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769612000.450.320.3134233.6153.33
HexB0607802D201F1562235
Octal26014017005540375264265
Binary1011000011000001111000010110110000011111101010110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06078; }

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

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

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

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

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

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

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

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