#B7658F

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

Shades of Tapestry #B7658F

Tints of Tapestry #B7658F

Color information

#B7658F (or 0xB7658F) is unknown color: approx Tapestry. HEX triplet: B7, 65 and 8F. RGB value is (183,101,143). Sum of RGB (Red+Green+Blue) = 183+101+143=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7658F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7658F is #489A70. Grayscale: #828282. Windows color (decimal): -4758129 or 9397687. OLE color: 9397687.

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

Color convert

RGB183101143-
CMYK00.450.220.28
HSL329.27º36.28%55.69%-
HSV(B)329.27º44.81%71.76%-
XYZ29.1421.3628.57-
YUV130.31135.17165.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=42.86%
G=23.65%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310114300.450.220.28329.2736.2855.69
HexB7658F02D161C1492438
Octal26714521705526345114470
Binary1011011111001011000111101011011011011100101001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7658F; }

 p { color: rgb(183,101,143); }

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

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

 a { background-color: rgb(183,101,143); }

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

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

 span { border-color: rgb(183,101,143); }

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