#B36592

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

Shades of Tapestry #B36592

Tints of Tapestry #B36592

Color information

#B36592 (or 0xB36592) is unknown color: approx Tapestry. HEX triplet: B3, 65 and 92. RGB value is (179,101,146). Sum of RGB (Red+Green+Blue) = 179+101+146=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B36592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36592 is #4C9A6D. Grayscale: #818181. Windows color (decimal): -5020270 or 9594291. OLE color: 9594291.

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

Color convert

RGB179101146-
CMYK00.440.180.30
HSL325.38º33.91%54.9%-
HSV(B)325.38º43.58%70.2%-
XYZ28.4320.9729.74-
YUV129.45137.34163.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=42.02%
G=23.71%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910114600.440.180.30325.3833.9154.9
HexB3659202C121E1452237
Octal26314522205422365054267
Binary1011001111001011001001001011001001011110101000101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36592; }

 p { color: rgb(179,101,146); }

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

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

 a { background-color: rgb(179,101,146); }

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

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

 span { border-color: rgb(179,101,146); }

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