#B07482

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

Shades of Tapestry #B07482

Tints of Tapestry #B07482

Color information

#B07482 (or 0xB07482) is unknown color: approx Tapestry. HEX triplet: B0, 74 and 82. RGB value is (176,116,130). Sum of RGB (Red+Green+Blue) = 176+116+130=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B07482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07482 is #4F8B7D. Grayscale: #878787. Windows color (decimal): -5213054 or 8549552. OLE color: 8549552.

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

Color convert

RGB176116130-
CMYK00.340.260.31
HSL346º27.52%57.25%-
HSV(B)346º34.09%69.02%-
XYZ28.1823.3324.14-
YUV135.54124.88156.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 130 (51.17% from 255) = 30.81%
R=41.71%
G=27.49%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611613000.340.260.3134627.5257.25
HexB074820221A1F15a1c39
Octal26016420204232375323471
Binary101100001110100100000100100010110101111110101101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07482; }

 p { color: rgb(176,116,130); }

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

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

 a { background-color: rgb(176,116,130); }

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

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

 span { border-color: rgb(176,116,130); }

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