#B06279

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

Shades of Tapestry #B06279

Tints of Tapestry #B06279

Color information

#B06279 (or 0xB06279) is unknown color: approx Tapestry. HEX triplet: B0, 62 and 79. RGB value is (176,98,121). Sum of RGB (Red+Green+Blue) = 176+98+121=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B06279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06279 is #4F9D86. Grayscale: #7B7B7B. Windows color (decimal): -5217671 or 7955120. OLE color: 7955120.

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

Color convert

RGB17698121-
CMYK00.440.310.31
HSL342.31º33.05%53.73%-
HSV(B)342.31º44.32%69.02%-
XYZ25.7219.3520.47-
YUV123.94126.34165.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.56%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 121 (47.66% from 255) = 30.63%
R=44.56%
G=24.81%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769812100.440.310.31342.3133.0553.73
HexB0627902C1F1F1562136
Octal26014217105437375264166
Binary101100001100010111100101011001111111111101010110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06279; }

 p { color: rgb(176,98,121); }

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

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

 a { background-color: rgb(176,98,121); }

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

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

 span { border-color: rgb(176,98,121); }

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