#B4618B

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

Shades of Tapestry #B4618B

Tints of Tapestry #B4618B

Color information

#B4618B (or 0xB4618B) is unknown color: approx Tapestry. HEX triplet: B4, 61 and 8B. RGB value is (180,97,139). Sum of RGB (Red+Green+Blue) = 180+97+139=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B4618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4618B is #4B9E74. Grayscale: #7E7E7E. Windows color (decimal): -4955765 or 9134516. OLE color: 9134516.

HSL color Cylindrical-coordinate representation of color #B4618B: hue angle of 329.64º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4618B is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18097139-
CMYK00.460.230.29
HSL329.64º35.62%54.31%-
HSV(B)329.64º46.11%70.59%-
XYZ27.7620.1226.85-
YUV126.6135166.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=43.27%
G=23.32%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809713900.460.230.29329.6435.6254.31
HexB4618B02E171D14a2436
Octal26414121305627355124466
Binary1011010011000011000101101011101011111101101001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4618B; }

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

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

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

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

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

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

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

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