#B07A83

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

Shades of Tapestry #B07A83

Tints of Tapestry #B07A83

Color information

#B07A83 (or 0xB07A83) is unknown color: approx Tapestry. HEX triplet: B0, 7A and 83. RGB value is (176,122,131). Sum of RGB (Red+Green+Blue) = 176+122+131=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A83 is #4F857C. Grayscale: #8B8B8B. Windows color (decimal): -5211517 or 8616624. OLE color: 8616624.

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

Color convert

RGB176122131-
CMYK00.310.260.31
HSL350º25.47%58.43%-
HSV(B)350º30.68%69.02%-
XYZ28.9624.7924.73-
YUV139.17123.39154.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 131 (51.56% from 255) = 30.54%
R=41.03%
G=28.44%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612213100.310.260.3135025.4758.43
HexB07A8301F1A1F15e193a
Octal26017220303732375363172
Binary10110000111101010000011011111110101111110101111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A83; }

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

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

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

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

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

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

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

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