#B07F83

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

Shades of Tapestry #B07F83

Tints of Tapestry #B07F83

Color information

#B07F83 (or 0xB07F83) is unknown color: approx Tapestry. HEX triplet: B0, 7F and 83. RGB value is (176,127,131). Sum of RGB (Red+Green+Blue) = 176+127+131=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F83 is #4F807C. Grayscale: #8E8E8E. Windows color (decimal): -5210237 or 8617904. OLE color: 8617904.

HSL color Cylindrical-coordinate representation of color #B07F83: hue angle of 355.1º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07F83 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB176127131-
CMYK00.280.260.31
HSL355.1º23.67%59.41%-
HSV(B)355.1º27.84%69.02%-
XYZ29.5926.0524.94-
YUV142.11121.73152.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 131 (51.56% from 255) = 30.18%
R=40.55%
G=29.26%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612713100.280.260.31355.123.6759.41
HexB07F8301C1A1F163183b
Octal26017720303432375433073
Binary10110000111111110000011011100110101111110110001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F83; }

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

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

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

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

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

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

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

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