#B4658D

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

Shades of Tapestry #B4658D

Tints of Tapestry #B4658D

Color information

#B4658D (or 0xB4658D) is unknown color: approx Tapestry. HEX triplet: B4, 65 and 8D. RGB value is (180,101,141). Sum of RGB (Red+Green+Blue) = 180+101+141=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4658D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4658D is #4B9A72. Grayscale: #818181. Windows color (decimal): -4954739 or 9266612. OLE color: 9266612.

HSL color Cylindrical-coordinate representation of color #B4658D: hue angle of 329.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4658D is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180101141-
CMYK00.440.220.29
HSL329.62º34.5%55.1%-
HSV(B)329.62º43.89%70.59%-
XYZ28.2820.9327.75-
YUV129.18134.67164.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=42.65%
G=23.93%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010114100.440.220.29329.6234.555.1
HexB4658D02C161D14a2237
Octal26414521505426355124267
Binary1011010011001011000110101011001011011101101001010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4658D; }

 p { color: rgb(180,101,141); }

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

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

 a { background-color: rgb(180,101,141); }

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

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

 span { border-color: rgb(180,101,141); }

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