Html Css Color HEX #BE7A86 Tapestry

📋 copy color: '#BE7A86'

red 190 ◦ green 122 ◦ blue 134

#BE7A86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #BE7A86

Tints of Tapestry #BE7A86

RGB

 RED value IS 190 (74.61% from 255) = 42.6%

 GREEN value IS 122 (48.05% from 255) = 27.35%

 BLUE value IS 134 (52.73% from 255) = 30.04%

R = 42.6%
G = 27.35%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE7A86 (or 0xBE7A86) is known color: Tapestry. HEX triplet: BE, 7A and 86. RGB value is (190,122,134). Sum of RGB (Red+Green+Blue) = 190+122+134=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A86 is #418579. Grayscale: #8F8F8F. Windows color (decimal): -4294010 or 8813246. OLE color: 8813246.

HSL color Cylindrical-coordinate representation of color #BE7A86: hue angle of 349.41º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE7A86 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 122 134 -
CMYK 0 0.36 0.29 0.25
HSL 349.41º 0.34% 0.61% -
HSV(B) 349.41º 0.36% 0.75% -
XYZ 32.5 26.59 25.97 -
YUV 143.7 122.53 161.02 -
System Red Green Blue C M Y K H S L
Decimal 190 122 134 0 0.36 0.29 0.25 349.41 0.34 0.61
Hex BE 7A 86 0 24 1D 19 15D 22 3D
Octal 276 172 206 0 44 35 31 535 42 75
Binary 10111110 1111010 10000110 0 100100 11101 11001 101011101 100010 111101

Color Harmonies of #BE7A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A86

Black with #BE7A86

Text Example


Text Example

White with #BE7A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A86; }

 p { color: rgb(190,122,134); }

 H1.HeaderClassName
 {
   color: #BE7A86;
 }
 .AnyTagClassName
 {
   color: #BE7A86;
 }
</style>

background-color css

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

 a { background-color: rgb(190,122,134); }

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

border-color css

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

 span { border-color: rgb(190,122,134); }

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