#b07a8d

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

Shades of Tapestry #B07A8D

Tints of Tapestry #B07A8D

Color information

#B07A8D (or 0xB07A8D) is unknown color: approx Tapestry. HEX triplet: B0, 7A and 8D. RGB value is (176,122,141). Sum of RGB (Red+Green+Blue) = 176+122+141=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A8D is #4F8572. Grayscale: #8C8C8C. Windows color (decimal): -5211507 or 9271984. OLE color: 9271984.

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

Color convert

RGB176122141-
CMYK00.310.200.31
HSL338.89º25.47%58.43%-
HSV(B)338.89º30.68%69.02%-
XYZ29.6725.0728.47-
YUV140.31128.39153.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 141 (55.47% from 255) = 32.12%
R=40.09%
G=27.79%
B=32.12%

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
Decimal17612214100.310.200.31338.8925.4758.43
HexB07A8D01F141F153193a
Octal26017221503724375233172
Binary10110000111101010001101011111101001111110101001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b07a8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b07a8d; }

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

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

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

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

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

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

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

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