#B4607E

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

Shades of Tapestry #B4607E

Tints of Tapestry #B4607E

Color information

#B4607E (or 0xB4607E) is unknown color: approx Tapestry. HEX triplet: B4, 60 and 7E. RGB value is (180,96,126). Sum of RGB (Red+Green+Blue) = 180+96+126=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4607E is #4B9F81. Grayscale: #7C7C7C. Windows color (decimal): -4956034 or 8282292. OLE color: 8282292.

HSL color Cylindrical-coordinate representation of color #B4607E: hue angle of 338.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4607E is Cyan = 0, Magento = 0.47, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB18096126-
CMYK00.470.30.29
HSL338.57º35.9%54.12%-
HSV(B)338.57º46.67%70.59%-
XYZ26.7719.5822.11-
YUV124.54128.83167.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=44.78%
G=23.88%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809612600.470.30.29338.5735.954.12
HexB4607E02F1E1D1532436
Octal26414017605736355234466
Binary101101001100000111111001011111111011101101010011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4607E; }

 p { color: rgb(180,96,126); }

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

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

 a { background-color: rgb(180,96,126); }

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

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

 span { border-color: rgb(180,96,126); }

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