#B26F92

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

Shades of Tapestry #B26F92

Tints of Tapestry #B26F92

Color information

#B26F92 (or 0xB26F92) is unknown color: approx Tapestry. HEX triplet: B2, 6F and 92. RGB value is (178,111,146). Sum of RGB (Red+Green+Blue) = 178+111+146=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26F92 is #4D906D. Grayscale: #868686. Windows color (decimal): -5083246 or 9596850. OLE color: 9596850.

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

Color convert

RGB178111146-
CMYK00.380.180.30
HSL328.66º30.32%56.67%-
HSV(B)328.66º37.64%69.8%-
XYZ29.2322.9130.08-
YUV135.02134.2158.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=40.92%
G=25.52%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811114600.380.180.30328.6630.3256.67
HexB26F92026121E1491e39
Octal26215722204622365113671
Binary101100101101111100100100100110100101111010100100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F92; }

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

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

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

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

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

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

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

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