#B26185

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

Shades of Tapestry #B26185

Tints of Tapestry #B26185

Color information

#B26185 (or 0xB26185) is unknown color: approx Tapestry. HEX triplet: B2, 61 and 85. RGB value is (178,97,133). Sum of RGB (Red+Green+Blue) = 178+97+133=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B26185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26185 is #4D9E7A. Grayscale: #7D7D7D. Windows color (decimal): -5086843 or 8741298. OLE color: 8741298.

HSL color Cylindrical-coordinate representation of color #B26185: hue angle of 333.33º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26185 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB17897133-
CMYK00.460.250.30
HSL333.33º34.47%53.92%-
HSV(B)333.33º45.51%69.8%-
XYZ26.8719.7124.58-
YUV125.32132.34165.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=43.63%
G=23.77%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789713300.460.250.30333.3334.4753.92
HexB2618502E191E14d2236
Octal26214120505631365154266
Binary1011001011000011000010101011101100111110101001101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26185; }

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

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

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

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

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

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

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

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