#B9607D

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

Shades of Tapestry #B9607D

Tints of Tapestry #B9607D

Color information

#B9607D (or 0xB9607D) is unknown color: approx Tapestry. HEX triplet: B9, 60 and 7D. RGB value is (185,96,125). Sum of RGB (Red+Green+Blue) = 185+96+125=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9607D is #469F82. Grayscale: #7D7D7D. Windows color (decimal): -4628355 or 8216761. OLE color: 8216761.

HSL color Cylindrical-coordinate representation of color #B9607D: hue angle of 340.45º 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 #B9607D is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18596125-
CMYK00.480.320.27
HSL340.45º38.86%55.1%-
HSV(B)340.45º48.11%72.55%-
XYZ27.8920.1621.82-
YUV125.92127.49170.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 125 (49.22% from 255) = 30.79%
R=45.57%
G=23.65%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859612500.480.320.27340.4538.8655.1
HexB9607D030201B1542737
Octal27114017506040335244767
Binary1011100111000001111101011000010000011011101010100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9607D; }

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

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

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

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

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

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

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

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