#B26792

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

Shades of Tapestry #B26792

Tints of Tapestry #B26792

Color information

#B26792 (or 0xB26792) is unknown color: approx Tapestry. HEX triplet: B2, 67 and 92. RGB value is (178,103,146). Sum of RGB (Red+Green+Blue) = 178+103+146=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B26792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26792 is #4D986D. Grayscale: #828282. Windows color (decimal): -5085294 or 9594802. OLE color: 9594802.

HSL color Cylindrical-coordinate representation of color #B26792: hue angle of 325.6º degrees, saturation: 0.33, 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 #B26792 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB178103146-
CMYK00.420.180.30
HSL325.6º32.75%55.1%-
HSV(B)325.6º42.13%69.8%-
XYZ28.421.2429.8-
YUV130.33136.85162-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 103 (40.62% from 255) = 24.12%
BLUE value IS 146 (57.42% from 255) = 34.19%
R=41.69%
G=24.12%
B=34.19%

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
Decimal17810314600.420.180.30325.632.7555.1
HexB2679202A121E1462137
Octal26214722205222365064167
Binary1011001011001111001001001010101001011110101000110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26792; }

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

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

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

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

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

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

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

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