#B3607B

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

Shades of Tapestry #B3607B

Tints of Tapestry #B3607B

Color information

#B3607B (or 0xB3607B) is unknown color: approx Tapestry. HEX triplet: B3, 60 and 7B. RGB value is (179,96,123). Sum of RGB (Red+Green+Blue) = 179+96+123=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B3607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3607B is #4C9F84. Grayscale: #7B7B7B. Windows color (decimal): -5021573 or 8085683. OLE color: 8085683.

HSL color Cylindrical-coordinate representation of color #B3607B: hue angle of 340.48º 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 #B3607B is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB17996123-
CMYK00.460.310.30
HSL340.48º35.32%53.92%-
HSV(B)340.48º46.37%70.2%-
XYZ26.3519.3821.09-
YUV123.9127.5167.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=44.97%
G=24.12%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799612300.460.310.30340.4835.3253.92
HexB3607B02E1F1E1542336
Octal26314017305637365244366
Binary101100111100000111101101011101111111110101010100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3607B; }

 p { color: rgb(179,96,123); }

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

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

 a { background-color: rgb(179,96,123); }

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

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

 span { border-color: rgb(179,96,123); }

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