#B07A8F

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

Shades of Tapestry #B07A8F

Tints of Tapestry #B07A8F

Color information

#B07A8F (or 0xB07A8F) is unknown color: approx Tapestry. HEX triplet: B0, 7A and 8F. RGB value is (176,122,143). Sum of RGB (Red+Green+Blue) = 176+122+143=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A8F is #4F8570. Grayscale: #8C8C8C. Windows color (decimal): -5211505 or 9403056. OLE color: 9403056.

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

Color convert

RGB176122143-
CMYK00.310.190.31
HSL336.67º25.47%58.43%-
HSV(B)336.67º30.68%69.02%-
XYZ29.8225.1329.27-
YUV140.54129.39153.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 143 (56.25% from 255) = 32.43%
R=39.91%
G=27.66%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612214300.310.190.31336.6725.4758.43
HexB07A8F01F131F151193a
Octal26017221703723375213172
Binary10110000111101010001111011111100111111110101000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A8F; }

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

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

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

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

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

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

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

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