#B07A8B

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

Shades of Tapestry #B07A8B

Tints of Tapestry #B07A8B

Color information

#B07A8B (or 0xB07A8B) is unknown color: approx Tapestry. HEX triplet: B0, 7A and 8B. RGB value is (176,122,139). Sum of RGB (Red+Green+Blue) = 176+122+139=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A8B is #4F8574. Grayscale: #8C8C8C. Windows color (decimal): -5211509 or 9140912. OLE color: 9140912.

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

Color convert

RGB176122139-
CMYK00.310.210.31
HSL341.11º25.47%58.43%-
HSV(B)341.11º30.68%69.02%-
XYZ29.5225.0127.7-
YUV140.08127.39153.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 139 (54.69% from 255) = 31.81%
R=40.27%
G=27.92%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612213900.310.210.31341.1125.4758.43
HexB07A8B01F151F155193a
Octal26017221303725375253172
Binary10110000111101010001011011111101011111110101010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A8B; }

 p { color: rgb(176,122,139); }

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

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

 a { background-color: rgb(176,122,139); }

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

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

 span { border-color: rgb(176,122,139); }

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