#B07C90

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

Shades of Tapestry #B07C90

Tints of Tapestry #B07C90

Color information

#B07C90 (or 0xB07C90) is unknown color: approx Tapestry. HEX triplet: B0, 7C and 90. RGB value is (176,124,144). Sum of RGB (Red+Green+Blue) = 176+124+144=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07C90 is #4F836F. Grayscale: #8D8D8D. Windows color (decimal): -5210992 or 9469104. OLE color: 9469104.

HSL color Cylindrical-coordinate representation of color #B07C90: hue angle of 336.92º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07C90 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB176124144-
CMYK00.300.180.31
HSL336.92º24.76%58.82%-
HSV(B)336.92º29.55%69.02%-
XYZ30.1525.6629.75-
YUV141.83129.23152.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=39.64%
G=27.93%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612414400.300.180.31336.9224.7658.82
HexB07C9001E121F151193b
Octal26017422003622375213173
Binary10110000111110010010000011110100101111110101000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C90; }

 p { color: rgb(176,124,144); }

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

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

 a { background-color: rgb(176,124,144); }

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

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

 span { border-color: rgb(176,124,144); }

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