#B4658B

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

Shades of Tapestry #B4658B

Tints of Tapestry #B4658B

Color information

#B4658B (or 0xB4658B) is unknown color: approx Tapestry. HEX triplet: B4, 65 and 8B. RGB value is (180,101,139). Sum of RGB (Red+Green+Blue) = 180+101+139=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4658B is #4B9A74. Grayscale: #808080. Windows color (decimal): -4954741 or 9135540. OLE color: 9135540.

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

Color convert

RGB180101139-
CMYK00.440.230.29
HSL331.14º34.5%55.1%-
HSV(B)331.14º43.89%70.59%-
XYZ28.1420.8726.97-
YUV128.95133.67164.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=42.86%
G=24.05%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010113900.440.230.29331.1434.555.1
HexB4658B02C171D14b2237
Octal26414521305427355134267
Binary1011010011001011000101101011001011111101101001011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4658B; }

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

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

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

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

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

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

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

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