#BE7281

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

Shades of Tapestry #BE7281

Tints of Tapestry #BE7281

Color information

#BE7281 (or 0xBE7281) is unknown color: approx Tapestry. HEX triplet: BE, 72 and 81. RGB value is (190,114,129). Sum of RGB (Red+Green+Blue) = 190+114+129=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7281 is #418D7E. Grayscale: #8A8A8A. Windows color (decimal): -4296063 or 8483518. OLE color: 8483518.

HSL color Cylindrical-coordinate representation of color #BE7281: hue angle of 348.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE7281 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB190114129-
CMYK00.400.320.25
HSL348.16º36.89%59.61%-
HSV(B)348.16º40%74.51%-
XYZ31.2124.5723.87-
YUV138.43122.68164.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 129 (50.78% from 255) = 29.79%
R=43.88%
G=26.33%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011412900.400.320.25348.1636.8959.61
HexBE7281028201915c253c
Octal27616220105040315344574
Binary10111110111001010000001010100010000011001101011100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7281; }

 p { color: rgb(190,114,129); }

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

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

 a { background-color: rgb(190,114,129); }

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

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

 span { border-color: rgb(190,114,129); }

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