#B4648A

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

Shades of Tapestry #B4648A

Tints of Tapestry #B4648A

Color information

#B4648A (or 0xB4648A) is unknown color: approx Tapestry. HEX triplet: B4, 64 and 8A. RGB value is (180,100,138). Sum of RGB (Red+Green+Blue) = 180+100+138=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4648A is #4B9B75. Grayscale: #808080. Windows color (decimal): -4954998 or 9069748. OLE color: 9069748.

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

Color convert

RGB180100138-
CMYK00.440.230.29
HSL331.5º34.78%54.9%-
HSV(B)331.5º44.44%70.59%-
XYZ27.9720.6526.56-
YUV128.25133.5164.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=43.06%
G=23.92%
B=33.01%

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
Decimal18010013800.440.230.29331.534.7854.9
HexB4648A02C171D14c2337
Octal26414421205427355144367
Binary1011010011001001000101001011001011111101101001100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4648A; }

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

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

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

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

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

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

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

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