#B06185

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

Shades of Tapestry #B06185

Tints of Tapestry #B06185

Color information

#B06185 (or 0xB06185) is unknown color: approx Tapestry. HEX triplet: B0, 61 and 85. RGB value is (176,97,133). Sum of RGB (Red+Green+Blue) = 176+97+133=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B06185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06185 is #4F9E7A. Grayscale: #7C7C7C. Windows color (decimal): -5217915 or 8741296. OLE color: 8741296.

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

Color convert

RGB17697133-
CMYK00.450.240.31
HSL332.66º33.33%53.53%-
HSV(B)332.66º44.89%69.02%-
XYZ26.4119.4724.56-
YUV124.72132.67164.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=43.35%
G=23.89%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769713300.450.240.31332.6633.3353.53
HexB0618502D181F14d2136
Octal26014120505530375154166
Binary1011000011000011000010101011011100011111101001101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06185; }

 p { color: rgb(176,97,133); }

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

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

 a { background-color: rgb(176,97,133); }

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

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

 span { border-color: rgb(176,97,133); }

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