#b65f7f

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

Shades of Tapestry #B65F7F

Tints of Tapestry #B65F7F

Color information

#B65F7F (or 0xB65F7F) is unknown color: approx Tapestry. HEX triplet: B6, 5F and 7F. RGB value is (182,95,127). Sum of RGB (Red+Green+Blue) = 182+95+127=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65F7F is #49A080. Grayscale: #7C7C7C. Windows color (decimal): -4825217 or 8347574. OLE color: 8347574.

HSL color Cylindrical-coordinate representation of color #B65F7F: hue angle of 337.93º 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 #B65F7F is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB18295127-
CMYK00.480.300.29
HSL337.93º37.34%54.31%-
HSV(B)337.93º47.8%71.37%-
XYZ27.2119.6622.44-
YUV124.66129.32168.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 95 (37.5% from 255) = 23.51%
BLUE value IS 127 (50% from 255) = 31.44%
R=45.05%
G=23.51%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829512700.480.300.29337.9337.3454.31
HexB65F7F0301E1D1522536
Octal26613717706036355224566
Binary101101101011111111111101100001111011101101010010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b65f7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b65f7f; }

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

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

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

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

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

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

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

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