#B4607F

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

Shades of Tapestry #B4607F

Tints of Tapestry #B4607F

Color information

#B4607F (or 0xB4607F) is unknown color: approx Tapestry. HEX triplet: B4, 60 and 7F. RGB value is (180,96,127). Sum of RGB (Red+Green+Blue) = 180+96+127=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4607F is #4B9F80. Grayscale: #7C7C7C. Windows color (decimal): -4956033 or 8347828. OLE color: 8347828.

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

Color convert

RGB18096127-
CMYK00.470.290.29
HSL337.86º35.9%54.12%-
HSV(B)337.86º46.67%70.59%-
XYZ26.8419.622.45-
YUV124.65129.33167.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 127 (50% from 255) = 31.51%
R=44.67%
G=23.82%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809612700.470.290.29337.8635.954.12
HexB4607F02F1D1D1522436
Octal26414017705735355224466
Binary101101001100000111111101011111110111101101010010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4607F; }

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

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

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

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

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

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

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

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