#B4627A

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

Shades of Tapestry #B4627A

Tints of Tapestry #B4627A

Color information

#B4627A (or 0xB4627A) is unknown color: approx Tapestry. HEX triplet: B4, 62 and 7A. RGB value is (180,98,122). Sum of RGB (Red+Green+Blue) = 180+98+122=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4627A is #4B9D85. Grayscale: #7D7D7D. Windows color (decimal): -4955526 or 8020660. OLE color: 8020660.

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

Color convert

RGB18098122-
CMYK00.460.320.29
HSL342.44º35.34%54.51%-
HSV(B)342.44º45.56%70.59%-
XYZ26.719.8420.84-
YUV125.25126.17167.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 98 (38.67% from 255) = 24.5%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=45%
G=24.5%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809812200.460.320.29342.4435.3454.51
HexB4627A02E201D1562337
Octal26414217205640355264367
Binary1011010011000101111010010111010000011101101010110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4627A; }

 p { color: rgb(180,98,122); }

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

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

 a { background-color: rgb(180,98,122); }

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

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

 span { border-color: rgb(180,98,122); }

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