#B07184

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

Shades of Tapestry #B07184

Tints of Tapestry #B07184

Color information

#B07184 (or 0xB07184) is unknown color: approx Tapestry. HEX triplet: B0, 71 and 84. RGB value is (176,113,132). Sum of RGB (Red+Green+Blue) = 176+113+132=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B07184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07184 is #4F8E7B. Grayscale: #858585. Windows color (decimal): -5213820 or 8679856. OLE color: 8679856.

HSL color Cylindrical-coordinate representation of color #B07184: hue angle of 341.9º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B07184 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB176113132-
CMYK00.360.250.31
HSL341.9º28.51%56.67%-
HSV(B)341.9º35.8%69.02%-
XYZ27.9722.7124.74-
YUV134126.87157.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 113 (44.53% from 255) = 26.84%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=41.81%
G=26.84%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611313200.360.250.31341.928.5156.67
HexB07184024191F1561d39
Octal26016120404431375263571
Binary101100001110001100001000100100110011111110101011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07184; }

 p { color: rgb(176,113,132); }

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

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

 a { background-color: rgb(176,113,132); }

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

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

 span { border-color: rgb(176,113,132); }

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