#B4617B

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

Shades of Tapestry #B4617B

Tints of Tapestry #B4617B

Color information

#B4617B (or 0xB4617B) is unknown color: approx Tapestry. HEX triplet: B4, 61 and 7B. RGB value is (180,97,123). Sum of RGB (Red+Green+Blue) = 180+97+123=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4617B is #4B9E84. Grayscale: #7C7C7C. Windows color (decimal): -4955781 or 8085940. OLE color: 8085940.

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

Color convert

RGB18097123-
CMYK00.460.320.29
HSL341.2º35.62%54.31%-
HSV(B)341.2º46.11%70.59%-
XYZ26.6719.6821.13-
YUV124.78127167.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 97 (38.28% from 255) = 24.25%
BLUE value IS 123 (48.44% from 255) = 30.75%
R=45%
G=24.25%
B=30.75%

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
Decimal1809712300.460.320.29341.235.6254.31
HexB4617B02E201D1552436
Octal26414117305640355254466
Binary1011010011000011111011010111010000011101101010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4617B; }

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

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

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

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

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

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

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

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