#B7628E

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

Shades of Tapestry #B7628E

Tints of Tapestry #B7628E

Color information

#B7628E (or 0xB7628E) is unknown color: approx Tapestry. HEX triplet: B7, 62 and 8E. RGB value is (183,98,142). Sum of RGB (Red+Green+Blue) = 183+98+142=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7628E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7628E is #489D71. Grayscale: #808080. Windows color (decimal): -4758898 or 9331383. OLE color: 9331383.

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

Color convert

RGB18398142-
CMYK00.460.220.28
HSL328.94º37.12%55.1%-
HSV(B)328.94º46.45%71.76%-
XYZ28.7820.7628.08-
YUV128.43135.66166.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 98 (38.67% from 255) = 23.17%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=43.26%
G=23.17%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839814200.460.220.28328.9437.1255.1
HexB7628E02E161C1492537
Octal26714221605626345114567
Binary1011011111000101000111001011101011011100101001001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7628E; }

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

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

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

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

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

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

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

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