#B07B90

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

Shades of Tapestry #B07B90

Tints of Tapestry #B07B90

Color information

#B07B90 (or 0xB07B90) is unknown color: approx Tapestry. HEX triplet: B0, 7B and 90. RGB value is (176,123,144). Sum of RGB (Red+Green+Blue) = 176+123+144=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07B90 is #4F846F. Grayscale: #8D8D8D. Windows color (decimal): -5211248 or 9468848. OLE color: 9468848.

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

Color convert

RGB176123144-
CMYK00.300.180.31
HSL336.23º25.12%58.63%-
HSV(B)336.23º30.11%69.02%-
XYZ30.0225.4129.71-
YUV141.24129.56152.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 123 (48.44% from 255) = 27.77%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=39.73%
G=27.77%
B=32.51%

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
Decimal17612314400.300.180.31336.2325.1258.63
HexB07B9001E121F150193b
Octal26017322003622375203173
Binary10110000111101110010000011110100101111110101000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B90; }

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

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

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

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

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

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

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

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