#B26892

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

Shades of Tapestry #B26892

Tints of Tapestry #B26892

Color information

#B26892 (or 0xB26892) is unknown color: approx Tapestry. HEX triplet: B2, 68 and 92. RGB value is (178,104,146). Sum of RGB (Red+Green+Blue) = 178+104+146=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B26892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26892 is #4D976D. Grayscale: #828282. Windows color (decimal): -5085038 or 9595058. OLE color: 9595058.

HSL color Cylindrical-coordinate representation of color #B26892: hue angle of 325.95º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B26892 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB178104146-
CMYK00.420.180.30
HSL325.95º32.46%55.29%-
HSV(B)325.95º41.57%69.8%-
XYZ28.521.4429.83-
YUV130.91136.52161.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 104 (41.02% from 255) = 24.30%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=41.59%
G=24.30%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810414600.420.180.30325.9532.4655.29
HexB2689202A121E1462037
Octal26215022205222365064067
Binary1011001011010001001001001010101001011110101000110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26892; }

 p { color: rgb(178,104,146); }

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

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

 a { background-color: rgb(178,104,146); }

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

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

 span { border-color: rgb(178,104,146); }

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