#B36184

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

Shades of Tapestry #B36184

Tints of Tapestry #B36184

Color information

#B36184 (or 0xB36184) is unknown color: approx Tapestry. HEX triplet: B3, 61 and 84. RGB value is (179,97,132). Sum of RGB (Red+Green+Blue) = 179+97+132=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B36184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36184 is #4C9E7B. Grayscale: #7D7D7D. Windows color (decimal): -5021308 or 8675763. OLE color: 8675763.

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

Color convert

RGB17997132-
CMYK00.460.260.30
HSL334.39º35.04%54.12%-
HSV(B)334.39º45.81%70.2%-
XYZ27.0319.824.23-
YUV125.51131.67166.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.87%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=43.87%
G=23.77%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799713200.460.260.30334.3935.0454.12
HexB3618402E1A1E14e2336
Octal26314120405632365164366
Binary1011001111000011000010001011101101011110101001110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36184; }

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

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

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

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

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

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

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

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