#B7658C

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

Shades of Tapestry #B7658C

Tints of Tapestry #B7658C

Color information

#B7658C (or 0xB7658C) is unknown color: approx Tapestry. HEX triplet: B7, 65 and 8C. RGB value is (183,101,140). Sum of RGB (Red+Green+Blue) = 183+101+140=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7658C is #489A73. Grayscale: #818181. Windows color (decimal): -4758132 or 9201079. OLE color: 9201079.

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

Color convert

RGB183101140-
CMYK00.450.230.28
HSL331.46º36.28%55.69%-
HSV(B)331.46º44.81%71.76%-
XYZ28.9221.2727.39-
YUV129.96133.67165.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=43.16%
G=23.82%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310114000.450.230.28331.4636.2855.69
HexB7658C02D171C14b2438
Octal26714521405527345134470
Binary1011011111001011000110001011011011111100101001011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7658C; }

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

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

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

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

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

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

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

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