#B07384

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

Shades of Tapestry #B07384

Tints of Tapestry #B07384

Color information

#B07384 (or 0xB07384) is unknown color: approx Tapestry. HEX triplet: B0, 73 and 84. RGB value is (176,115,132). Sum of RGB (Red+Green+Blue) = 176+115+132=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B07384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07384 is #4F8C7B. Grayscale: #878787. Windows color (decimal): -5213308 or 8680368. OLE color: 8680368.

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

Color convert

RGB176115132-
CMYK00.350.250.31
HSL343.28º27.85%57.06%-
HSV(B)343.28º34.66%69.02%-
XYZ28.223.1624.81-
YUV135.18126.21157.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=41.61%
G=27.19%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611513200.350.250.31343.2827.8557.06
HexB07384023191F1571c39
Octal26016320404331375273471
Binary101100001110011100001000100011110011111110101011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07384; }

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

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

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

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

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

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

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

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