#B3627D

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

Shades of Tapestry #B3627D

Tints of Tapestry #B3627D

Color information

#B3627D (or 0xB3627D) is unknown color: approx Tapestry. HEX triplet: B3, 62 and 7D. RGB value is (179,98,125). Sum of RGB (Red+Green+Blue) = 179+98+125=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3627D is #4C9D82. Grayscale: #7D7D7D. Windows color (decimal): -5021059 or 8217267. OLE color: 8217267.

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

Color convert

RGB17998125-
CMYK00.450.300.30
HSL340º34.76%54.31%-
HSV(B)340º45.25%70.2%-
XYZ26.6619.821.82-
YUV125.3127.84166.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 98 (38.67% from 255) = 24.38%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=44.53%
G=24.38%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799812500.450.300.3034034.7654.31
HexB3627D02D1E1E1542336
Octal26314217505536365244366
Binary101100111100010111110101011011111011110101010100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3627D; }

 p { color: rgb(179,98,125); }

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

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

 a { background-color: rgb(179,98,125); }

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

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

 span { border-color: rgb(179,98,125); }

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