#B65E7E

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

Shades of Tapestry #B65E7E

Tints of Tapestry #B65E7E

Color information

#B65E7E (or 0xB65E7E) is unknown color: approx Tapestry. HEX triplet: B6, 5E and 7E. RGB value is (182,94,126). Sum of RGB (Red+Green+Blue) = 182+94+126=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65E7E is #49A181. Grayscale: #7B7B7B. Windows color (decimal): -4825474 or 8281782. OLE color: 8281782.

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

Color convert

RGB18294126-
CMYK00.480.310.29
HSL338.18º37.61%54.12%-
HSV(B)338.18º48.35%71.37%-
XYZ27.0619.4622.07-
YUV123.96129.15169.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 94 (37.11% from 255) = 23.38%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=45.27%
G=23.38%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829412600.480.310.29338.1837.6154.12
HexB65E7E0301F1D1522636
Octal26613617606037355224666
Binary101101101011110111111001100001111111101101010010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65E7E; }

 p { color: rgb(182,94,126); }

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

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

 a { background-color: rgb(182,94,126); }

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

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

 span { border-color: rgb(182,94,126); }

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