#B9648E

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

Shades of Tapestry #B9648E

Tints of Tapestry #B9648E

Color information

#B9648E (or 0xB9648E) is unknown color: approx Tapestry. HEX triplet: B9, 64 and 8E. RGB value is (185,100,142). Sum of RGB (Red+Green+Blue) = 185+100+142=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9648E is #469B71. Grayscale: #828282. Windows color (decimal): -4627314 or 9331897. OLE color: 9331897.

HSL color Cylindrical-coordinate representation of color #B9648E: hue angle of 330.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 #B9648E is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB185100142-
CMYK00.460.230.27
HSL330.35º37.78%55.88%-
HSV(B)330.35º45.95%72.55%-
XYZ29.4521.3828.17-
YUV130.2134.66167.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=43.33%
G=23.42%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510014200.460.230.27330.3537.7855.88
HexB9648E02E171B14a2638
Octal27114421605627335124670
Binary1011100111001001000111001011101011111011101001010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9648E; }

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

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

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

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

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

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

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

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