#B36188

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

Shades of Tapestry #B36188

Tints of Tapestry #B36188

Color information

#B36188 (or 0xB36188) is unknown color: approx Tapestry. HEX triplet: B3, 61 and 88. RGB value is (179,97,136). Sum of RGB (Red+Green+Blue) = 179+97+136=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B36188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36188 is #4C9E77. Grayscale: #7D7D7D. Windows color (decimal): -5021304 or 8937907. OLE color: 8937907.

HSL color Cylindrical-coordinate representation of color #B36188: hue angle of 331.46º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36188 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB17997136-
CMYK00.460.240.30
HSL331.46º35.04%54.12%-
HSV(B)331.46º45.81%70.2%-
XYZ27.3119.9125.7-
YUV125.96133.67165.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.45%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=43.45%
G=23.54%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799713600.460.240.30331.4635.0454.12
HexB3618802E181E14b2336
Octal26314121005630365134366
Binary1011001111000011000100001011101100011110101001011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36188; }

 p { color: rgb(179,97,136); }

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

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

 a { background-color: rgb(179,97,136); }

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

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

 span { border-color: rgb(179,97,136); }

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