#B4637B

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

Shades of Tapestry #B4637B

Tints of Tapestry #B4637B

Color information

#B4637B (or 0xB4637B) is unknown color: approx Tapestry. HEX triplet: B4, 63 and 7B. RGB value is (180,99,123). Sum of RGB (Red+Green+Blue) = 180+99+123=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4637B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4637B is #4B9C84. Grayscale: #7D7D7D. Windows color (decimal): -4955269 or 8086452. OLE color: 8086452.

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

Color convert

RGB18099123-
CMYK00.450.320.29
HSL342.22º35.06%54.71%-
HSV(B)342.22º45%70.59%-
XYZ26.8620.0621.19-
YUV125.96126.34166.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=44.78%
G=24.63%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809912300.450.320.29342.2235.0654.71
HexB4637B02D201D1562337
Octal26414317305540355264367
Binary1011010011000111111011010110110000011101101010110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4637B; }

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

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

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

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

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

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

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

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