#B7648A

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

Shades of Tapestry #B7648A

Tints of Tapestry #B7648A

Color information

#B7648A (or 0xB7648A) is unknown color: approx Tapestry. HEX triplet: B7, 64 and 8A. RGB value is (183,100,138). Sum of RGB (Red+Green+Blue) = 183+100+138=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7648A is #489B75. Grayscale: #818181. Windows color (decimal): -4758390 or 9069751. OLE color: 9069751.

HSL color Cylindrical-coordinate representation of color #B7648A: hue angle of 332.53º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7648A is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB183100138-
CMYK00.450.250.28
HSL332.53º36.56%55.49%-
HSV(B)332.53º45.36%71.76%-
XYZ28.6721.0226.59-
YUV129.15133166.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=43.47%
G=23.75%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310013800.450.250.28332.5336.5655.49
HexB7648A02D191C14d2537
Octal26714421205531345154567
Binary1011011111001001000101001011011100111100101001101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7648A; }

 p { color: rgb(183,100,138); }

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

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

 a { background-color: rgb(183,100,138); }

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

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

 span { border-color: rgb(183,100,138); }

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