#B07885

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

Shades of Tapestry #B07885

Tints of Tapestry #B07885

Color information

#B07885 (or 0xB07885) is unknown color: approx Tapestry. HEX triplet: B0, 78 and 85. RGB value is (176,120,133). Sum of RGB (Red+Green+Blue) = 176+120+133=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B07885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07885 is #4F877A. Grayscale: #8A8A8A. Windows color (decimal): -5212027 or 8747184. OLE color: 8747184.

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

Color convert

RGB176120133-
CMYK00.320.240.31
HSL346.07º26.17%58.04%-
HSV(B)346.07º31.82%69.02%-
XYZ28.8524.3625.37-
YUV138.23125.05154.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 120 (47.27% from 255) = 27.97%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=41.03%
G=27.97%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612013300.320.240.31346.0726.1758.04
HexB07885020181F15a1a3a
Octal26017020504030375323272
Binary101100001111000100001010100000110001111110101101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07885; }

 p { color: rgb(176,120,133); }

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

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

 a { background-color: rgb(176,120,133); }

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

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

 span { border-color: rgb(176,120,133); }

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