#B65F88

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

Shades of Tapestry #B65F88

Tints of Tapestry #B65F88

Color information

#B65F88 (or 0xB65F88) is unknown color: approx Tapestry. HEX triplet: B6, 5F and 88. RGB value is (182,95,136). Sum of RGB (Red+Green+Blue) = 182+95+136=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65F88 is #49A077. Grayscale: #7D7D7D. Windows color (decimal): -4825208 or 8937398. OLE color: 8937398.

HSL color Cylindrical-coordinate representation of color #B65F88: hue angle of 331.72º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B65F88 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18295136-
CMYK00.480.250.29
HSL331.72º37.34%54.31%-
HSV(B)331.72º47.8%71.37%-
XYZ27.8319.9125.67-
YUV125.69133.82168.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=44.07%
G=23.00%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829513600.480.250.29331.7237.3454.31
HexB65F88030191D14c2536
Octal26613721006031355144566
Binary1011011010111111000100001100001100111101101001100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65F88; }

 p { color: rgb(182,95,136); }

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

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

 a { background-color: rgb(182,95,136); }

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

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

 span { border-color: rgb(182,95,136); }

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