#B2707D

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

Shades of Tapestry #B2707D

Tints of Tapestry #B2707D

Color information

#B2707D (or 0xB2707D) is unknown color: approx Tapestry. HEX triplet: B2, 70 and 7D. RGB value is (178,112,125). Sum of RGB (Red+Green+Blue) = 178+112+125=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B2707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2707D is #4D8F82. Grayscale: #858585. Windows color (decimal): -5083011 or 8220850. OLE color: 8220850.

HSL color Cylindrical-coordinate representation of color #B2707D: hue angle of 348.18º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2707D is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB178112125-
CMYK00.370.300.30
HSL348.18º30%56.86%-
HSV(B)348.18º37.08%69.8%-
XYZ27.8622.5322.28-
YUV133.22123.37159.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 125 (49.22% from 255) = 30.12%
R=42.89%
G=26.99%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811212500.370.300.30348.183056.86
HexB2707D0251E1E15c1e39
Octal26216017504536365343671
Binary10110010111000011111010100101111101111010101110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2707D; }

 p { color: rgb(178,112,125); }

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

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

 a { background-color: rgb(178,112,125); }

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

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

 span { border-color: rgb(178,112,125); }

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