#b9608b

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

Shades of Tapestry #B9608B

Tints of Tapestry #B9608B

Color information

#B9608B (or 0xB9608B) is unknown color: approx Tapestry. HEX triplet: B9, 60 and 8B. RGB value is (185,96,139). Sum of RGB (Red+Green+Blue) = 185+96+139=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9608B is #469F74. Grayscale: #7F7F7F. Windows color (decimal): -4628341 or 9134265. OLE color: 9134265.

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

Color convert

RGB18596139-
CMYK00.480.250.27
HSL331.01º38.86%55.1%-
HSV(B)331.01º48.11%72.55%-
XYZ28.8520.5426.87-
YUV127.51134.49169-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=44.05%
G=22.86%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859613900.480.250.27331.0138.8655.1
HexB9608B030191B14b2737
Octal27114021306031335134767
Binary1011100111000001000101101100001100111011101001011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9608b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9608b; }

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

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

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

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

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

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

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

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