#B07781

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

Shades of Tapestry #B07781

Tints of Tapestry #B07781

Color information

#B07781 (or 0xB07781) is unknown color: approx Tapestry. HEX triplet: B0, 77 and 81. RGB value is (176,119,129). Sum of RGB (Red+Green+Blue) = 176+119+129=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B07781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07781 is #4F887E. Grayscale: #898989. Windows color (decimal): -5212287 or 8484784. OLE color: 8484784.

HSL color Cylindrical-coordinate representation of color #B07781: hue angle of 349.47º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07781 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB176119129-
CMYK00.320.270.31
HSL349.47º26.51%57.84%-
HSV(B)349.47º32.39%69.02%-
XYZ28.4624.0123.9-
YUV137.18123.38155.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 119 (46.88% from 255) = 28.07%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=41.51%
G=28.07%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611912900.320.270.31349.4726.5157.84
HexB077810201B1F15d1b3a
Octal26016720104033375353372
Binary101100001110111100000010100000110111111110101110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07781; }

 p { color: rgb(176,119,129); }

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

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

 a { background-color: rgb(176,119,129); }

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

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

 span { border-color: rgb(176,119,129); }

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