#B4618A

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

Shades of Tapestry #B4618A

Tints of Tapestry #B4618A

Color information

#B4618A (or 0xB4618A) is unknown color: approx Tapestry. HEX triplet: B4, 61 and 8A. RGB value is (180,97,138). Sum of RGB (Red+Green+Blue) = 180+97+138=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B4618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4618A is #4B9E75. Grayscale: #7E7E7E. Windows color (decimal): -4955766 or 9068980. OLE color: 9068980.

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

Color convert

RGB18097138-
CMYK00.460.230.29
HSL330.36º35.62%54.31%-
HSV(B)330.36º46.11%70.59%-
XYZ27.6820.0926.46-
YUV126.49134.5166.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=43.37%
G=23.37%
B=33.25%

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
Decimal1809713800.460.230.29330.3635.6254.31
HexB4618A02E171D14a2436
Octal26414121205627355124466
Binary1011010011000011000101001011101011111101101001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4618A; }

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

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

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

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

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

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

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

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