#B4607D

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

Shades of Tapestry #B4607D

Tints of Tapestry #B4607D

Color information

#B4607D (or 0xB4607D) is unknown color: approx Tapestry. HEX triplet: B4, 60 and 7D. RGB value is (180,96,125). Sum of RGB (Red+Green+Blue) = 180+96+125=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4607D is #4B9F82. Grayscale: #7C7C7C. Windows color (decimal): -4956035 or 8216756. OLE color: 8216756.

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

Color convert

RGB18096125-
CMYK00.470.310.29
HSL339.29º35.9%54.12%-
HSV(B)339.29º46.67%70.59%-
XYZ26.7119.5521.77-
YUV124.42128.33167.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=44.89%
G=23.94%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809612500.470.310.29339.2935.954.12
HexB4607D02F1F1D1532436
Octal26414017505737355234466
Binary101101001100000111110101011111111111101101010011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4607D; }

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

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

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

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

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

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

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

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