#B07484

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

Shades of Tapestry #B07484

Tints of Tapestry #B07484

Color information

#B07484 (or 0xB07484) is unknown color: approx Tapestry. HEX triplet: B0, 74 and 84. RGB value is (176,116,132). Sum of RGB (Red+Green+Blue) = 176+116+132=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B07484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07484 is #4F8B7B. Grayscale: #878787. Windows color (decimal): -5213052 or 8680624. OLE color: 8680624.

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

Color convert

RGB176116132-
CMYK00.340.250.31
HSL344º27.52%57.25%-
HSV(B)344º34.09%69.02%-
XYZ28.3123.3924.85-
YUV135.76125.88156.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 132 (51.95% from 255) = 31.13%
R=41.51%
G=27.36%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611613200.340.250.3134427.5257.25
HexB07484022191F1581c39
Octal26016420404231375303471
Binary101100001110100100001000100010110011111110101100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07484; }

 p { color: rgb(176,116,132); }

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

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

 a { background-color: rgb(176,116,132); }

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

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

 span { border-color: rgb(176,116,132); }

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