#B4658F

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

Shades of Tapestry #B4658F

Tints of Tapestry #B4658F

Color information

#B4658F (or 0xB4658F) is unknown color: approx Tapestry. HEX triplet: B4, 65 and 8F. RGB value is (180,101,143). Sum of RGB (Red+Green+Blue) = 180+101+143=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4658F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4658F is #4B9A70. Grayscale: #818181. Windows color (decimal): -4954737 or 9397684. OLE color: 9397684.

HSL color Cylindrical-coordinate representation of color #B4658F: hue angle of 328.1º 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 #B4658F is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB180101143-
CMYK00.440.210.29
HSL328.1º34.5%55.1%-
HSV(B)328.1º43.89%70.59%-
XYZ28.4320.9928.54-
YUV129.41135.67164.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 143 (56.25% from 255) = 33.73%
R=42.45%
G=23.82%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010114300.440.210.29328.134.555.1
HexB4658F02C151D1482237
Octal26414521705425355104267
Binary1011010011001011000111101011001010111101101001000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4658F; }

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

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

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

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

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

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

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

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