#B8607F

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

Shades of Tapestry #B8607F

Tints of Tapestry #B8607F

Color information

#B8607F (or 0xB8607F) is unknown color: approx Tapestry. HEX triplet: B8, 60 and 7F. RGB value is (184,96,127). Sum of RGB (Red+Green+Blue) = 184+96+127=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8607F is #479F80. Grayscale: #7D7D7D. Windows color (decimal): -4693889 or 8347832. OLE color: 8347832.

HSL color Cylindrical-coordinate representation of color #B8607F: hue angle of 338.86º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8607F is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB18496127-
CMYK00.480.310.28
HSL338.86º38.26%54.9%-
HSV(B)338.86º47.83%72.16%-
XYZ27.7820.0922.49-
YUV125.85128.65169.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 127 (50% from 255) = 31.20%
R=45.21%
G=23.59%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849612700.480.310.28338.8638.2654.9
HexB8607F0301F1C1532637
Octal27014017706037345234667
Binary101110001100000111111101100001111111100101010011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8607F; }

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

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

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

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

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

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

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

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