#B3668C

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

Shades of Tapestry #B3668C

Tints of Tapestry #B3668C

Color information

#B3668C (or 0xB3668C) is unknown color: approx Tapestry. HEX triplet: B3, 66 and 8C. RGB value is (179,102,140). Sum of RGB (Red+Green+Blue) = 179+102+140=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B3668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3668C is #4C9973. Grayscale: #818181. Windows color (decimal): -5020020 or 9201331. OLE color: 9201331.

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

Color convert

RGB179102140-
CMYK00.430.220.30
HSL330.39º33.62%55.1%-
HSV(B)330.39º43.02%70.2%-
XYZ28.0820.9827.38-
YUV129.35134.01163.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.52%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 140 (55.08% from 255) = 33.25%
R=42.52%
G=24.23%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910214000.430.220.30330.3933.6255.1
HexB3668C02B161E14a2237
Octal26314621405326365124267
Binary1011001111001101000110001010111011011110101001010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3668C; }

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

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

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

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

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

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

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

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