#B2607D

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

Shades of Tapestry #B2607D

Tints of Tapestry #B2607D

Color information

#B2607D (or 0xB2607D) is unknown color: approx Tapestry. HEX triplet: B2, 60 and 7D. RGB value is (178,96,125). Sum of RGB (Red+Green+Blue) = 178+96+125=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B2607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2607D is #4D9F82. Grayscale: #7B7B7B. Windows color (decimal): -5087107 or 8216754. OLE color: 8216754.

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

Color convert

RGB17896125-
CMYK00.460.300.30
HSL338.78º34.75%53.73%-
HSV(B)338.78º46.07%69.8%-
XYZ26.2419.3121.75-
YUV123.82128.67166.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.61%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=44.61%
G=24.06%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789612500.460.300.30338.7834.7553.73
HexB2607D02E1E1E1532336
Octal26214017505636365234366
Binary101100101100000111110101011101111011110101010011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2607D; }

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

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

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

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

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

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

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

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