#B3668D

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

Shades of Tapestry #B3668D

Tints of Tapestry #B3668D

Color information

#B3668D (or 0xB3668D) is unknown color: approx Tapestry. HEX triplet: B3, 66 and 8D. RGB value is (179,102,141). Sum of RGB (Red+Green+Blue) = 179+102+141=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3668D is #4C9972. Grayscale: #818181. Windows color (decimal): -5020019 or 9266867. OLE color: 9266867.

HSL color Cylindrical-coordinate representation of color #B3668D: hue angle of 329.61º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3668D is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB179102141-
CMYK00.430.210.30
HSL329.61º33.62%55.1%-
HSV(B)329.61º43.02%70.2%-
XYZ28.1521.0127.77-
YUV129.47134.51163.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=42.42%
G=24.17%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910214100.430.210.30329.6133.6255.1
HexB3668D02B151E14a2237
Octal26314621505325365124267
Binary1011001111001101000110101010111010111110101001010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3668D; }

 p { color: rgb(179,102,141); }

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

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

 a { background-color: rgb(179,102,141); }

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

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

 span { border-color: rgb(179,102,141); }

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