#B07083

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

Shades of Tapestry #B07083

Tints of Tapestry #B07083

Color information

#B07083 (or 0xB07083) is unknown color: approx Tapestry. HEX triplet: B0, 70 and 83. RGB value is (176,112,131). Sum of RGB (Red+Green+Blue) = 176+112+131=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B07083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07083 is #4F8F7C. Grayscale: #858585. Windows color (decimal): -5214077 or 8614064. OLE color: 8614064.

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

Color convert

RGB176112131-
CMYK00.360.260.31
HSL342.19º28.83%56.47%-
HSV(B)342.19º36.36%69.02%-
XYZ27.822.4624.34-
YUV133.3126.7158.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 131 (51.56% from 255) = 31.26%
R=42.00%
G=26.73%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611213100.360.260.31342.1928.8356.47
HexB070830241A1F1561d38
Octal26016020304432375263570
Binary101100001110000100000110100100110101111110101011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07083; }

 p { color: rgb(176,112,131); }

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

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

 a { background-color: rgb(176,112,131); }

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

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

 span { border-color: rgb(176,112,131); }

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