#B26183

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

Shades of Tapestry #B26183

Tints of Tapestry #B26183

Color information

#B26183 (or 0xB26183) is unknown color: approx Tapestry. HEX triplet: B2, 61 and 83. RGB value is (178,97,131). Sum of RGB (Red+Green+Blue) = 178+97+131=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B26183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26183 is #4D9E7C. Grayscale: #7D7D7D. Windows color (decimal): -5086845 or 8610226. OLE color: 8610226.

HSL color Cylindrical-coordinate representation of color #B26183: hue angle of 334.81º 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 #B26183 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB17897131-
CMYK00.460.260.30
HSL334.81º34.47%53.92%-
HSV(B)334.81º45.51%69.8%-
XYZ26.7319.6523.86-
YUV125.1131.34165.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 131 (51.56% from 255) = 32.27%
R=43.84%
G=23.89%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789713100.460.260.30334.8134.4753.92
HexB2618302E1A1E14f2236
Octal26214120305632365174266
Binary1011001011000011000001101011101101011110101001111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26183; }

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

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

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

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

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

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

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

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