#B36589

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

Shades of Tapestry #B36589

Tints of Tapestry #B36589

Color information

#B36589 (or 0xB36589) is unknown color: approx Tapestry. HEX triplet: B3, 65 and 89. RGB value is (179,101,137). Sum of RGB (Red+Green+Blue) = 179+101+137=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B36589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36589 is #4C9A76. Grayscale: #808080. Windows color (decimal): -5020279 or 9004467. OLE color: 9004467.

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

Color convert

RGB179101137-
CMYK00.440.230.30
HSL332.31º33.91%54.9%-
HSV(B)332.31º43.58%70.2%-
XYZ27.7620.726.2-
YUV128.43132.84164.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 101 (39.84% from 255) = 24.22%
BLUE value IS 137 (53.91% from 255) = 32.85%
R=42.93%
G=24.22%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910113700.440.230.30332.3133.9154.9
HexB3658902C171E14c2237
Octal26314521105427365144267
Binary1011001111001011000100101011001011111110101001100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36589; }

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

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

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

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

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

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

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

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