#B7658E

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

Shades of Tapestry #B7658E

Tints of Tapestry #B7658E

Color information

#B7658E (or 0xB7658E) is unknown color: approx Tapestry. HEX triplet: B7, 65 and 8E. RGB value is (183,101,142). Sum of RGB (Red+Green+Blue) = 183+101+142=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7658E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7658E is #489A71. Grayscale: #828282. Windows color (decimal): -4758130 or 9332151. OLE color: 9332151.

HSL color Cylindrical-coordinate representation of color #B7658E: hue angle of 330º 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 #B7658E is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB183101142-
CMYK00.450.220.28
HSL330º36.28%55.69%-
HSV(B)330º44.81%71.76%-
XYZ29.0621.3328.18-
YUV130.19134.67165.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.96%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 142 (55.86% from 255) = 33.33%
R=42.96%
G=23.71%
B=33.33%

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
Decimal18310114200.450.220.2833036.2855.69
HexB7658E02D161C14a2438
Octal26714521605526345124470
Binary1011011111001011000111001011011011011100101001010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7658E; }

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

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

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

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

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

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

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

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