#B9607C

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

Shades of Tapestry #B9607C

Tints of Tapestry #B9607C

Color information

#B9607C (or 0xB9607C) is unknown color: approx Tapestry. HEX triplet: B9, 60 and 7C. RGB value is (185,96,124). Sum of RGB (Red+Green+Blue) = 185+96+124=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B9607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9607C is #469F83. Grayscale: #7D7D7D. Windows color (decimal): -4628356 or 8151225. OLE color: 8151225.

HSL color Cylindrical-coordinate representation of color #B9607C: hue angle of 341.12º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9607C is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB18596124-
CMYK00.480.330.27
HSL341.12º38.86%55.1%-
HSV(B)341.12º48.11%72.55%-
XYZ27.8320.1421.49-
YUV125.8126.99170.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.68%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=45.68%
G=23.70%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859612400.480.330.27341.1238.8655.1
HexB9607C030211B1552737
Octal27114017406041335254767
Binary1011100111000001111100011000010000111011101010101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9607C; }

 p { color: rgb(185,96,124); }

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

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

 a { background-color: rgb(185,96,124); }

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

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

 span { border-color: rgb(185,96,124); }

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