#B07A8C

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

Shades of Tapestry #B07A8C

Tints of Tapestry #B07A8C

Color information

#B07A8C (or 0xB07A8C) is unknown color: approx Tapestry. HEX triplet: B0, 7A and 8C. RGB value is (176,122,140). Sum of RGB (Red+Green+Blue) = 176+122+140=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A8C is #4F8573. Grayscale: #8C8C8C. Windows color (decimal): -5211508 or 9206448. OLE color: 9206448.

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

Color convert

RGB176122140-
CMYK00.310.200.31
HSL340º25.47%58.43%-
HSV(B)340º30.68%69.02%-
XYZ29.625.0428.08-
YUV140.2127.89153.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 122 (48.05% from 255) = 27.85%
BLUE value IS 140 (55.08% from 255) = 31.96%
R=40.18%
G=27.85%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612214000.310.200.3134025.4758.43
HexB07A8C01F141F154193a
Octal26017221403724375243172
Binary10110000111101010001100011111101001111110101010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A8C; }

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

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

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

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

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

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

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

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