#B07284

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

Shades of Tapestry #B07284

Tints of Tapestry #B07284

Color information

#B07284 (or 0xB07284) is unknown color: approx Tapestry. HEX triplet: B0, 72 and 84. RGB value is (176,114,132). Sum of RGB (Red+Green+Blue) = 176+114+132=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B07284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07284 is #4F8D7B. Grayscale: #868686. Windows color (decimal): -5213564 or 8680112. OLE color: 8680112.

HSL color Cylindrical-coordinate representation of color #B07284: hue angle of 342.58º 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 #B07284 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB176114132-
CMYK00.350.250.31
HSL342.58º28.18%56.86%-
HSV(B)342.58º35.23%69.02%-
XYZ28.0922.9324.78-
YUV134.59126.54157.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 132 (51.95% from 255) = 31.28%
R=41.71%
G=27.01%
B=31.28%

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
Decimal17611413200.350.250.31342.5828.1856.86
HexB07284023191F1571c39
Octal26016220404331375273471
Binary101100001110010100001000100011110011111110101011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07284; }

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

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

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

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

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

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

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

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