#B9647D

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

Shades of Tapestry #B9647D

Tints of Tapestry #B9647D

Color information

#B9647D (or 0xB9647D) is unknown color: approx Tapestry. HEX triplet: B9, 64 and 7D. RGB value is (185,100,125). Sum of RGB (Red+Green+Blue) = 185+100+125=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9647D is #469B82. Grayscale: #808080. Windows color (decimal): -4627331 or 8217785. OLE color: 8217785.

HSL color Cylindrical-coordinate representation of color #B9647D: hue angle of 342.35º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9647D is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB185100125-
CMYK00.460.320.27
HSL342.35º37.78%55.88%-
HSV(B)342.35º45.95%72.55%-
XYZ28.2720.9121.95-
YUV128.26126.16168.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 100 (39.45% from 255) = 24.39%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=45.12%
G=24.39%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510012500.460.320.27342.3537.7855.88
HexB9647D02E201B1562638
Octal27114417505640335264670
Binary1011100111001001111101010111010000011011101010110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9647D; }

 p { color: rgb(185,100,125); }

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

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

 a { background-color: rgb(185,100,125); }

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

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

 span { border-color: rgb(185,100,125); }

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