#B4647B

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

Shades of Tapestry #B4647B

Tints of Tapestry #B4647B

Color information

#B4647B (or 0xB4647B) is unknown color: approx Tapestry. HEX triplet: B4, 64 and 7B. RGB value is (180,100,123). Sum of RGB (Red+Green+Blue) = 180+100+123=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4647B is #4B9B84. Grayscale: #7E7E7E. Windows color (decimal): -4955013 or 8086708. OLE color: 8086708.

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

Color convert

RGB180100123-
CMYK00.440.320.29
HSL342.75º34.78%54.9%-
HSV(B)342.75º44.44%70.59%-
XYZ26.9520.2521.23-
YUV126.54126166.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=44.67%
G=24.81%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010012300.440.320.29342.7534.7854.9
HexB4647B02C201D1572337
Octal26414417305440355274367
Binary1011010011001001111011010110010000011101101010111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4647B; }

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

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

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

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

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

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

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

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