#B07291

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

Shades of Tapestry #B07291

Tints of Tapestry #B07291

Color information

#B07291 (or 0xB07291) is unknown color: approx Tapestry. HEX triplet: B0, 72 and 91. RGB value is (176,114,145). Sum of RGB (Red+Green+Blue) = 176+114+145=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B07291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07291 is #4F8D6E. Grayscale: #888888. Windows color (decimal): -5213551 or 9532080. OLE color: 9532080.

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

Color convert

RGB176114145-
CMYK00.350.180.31
HSL330º28.18%56.86%-
HSV(B)330º35.23%69.02%-
XYZ29.0323.3129.76-
YUV136.07133.04156.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 145 (57.03% from 255) = 33.33%
R=40.46%
G=26.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611414500.350.180.3133028.1856.86
HexB07291023121F14a1c39
Octal26016222104322375123471
Binary101100001110010100100010100011100101111110100101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07291; }

 p { color: rgb(176,114,145); }

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

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

 a { background-color: rgb(176,114,145); }

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

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

 span { border-color: rgb(176,114,145); }

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