Html Css Color HEX #BE7A8F Tapestry

📋 copy color: '#BE7A8F'

red 190 ◦ green 122 ◦ blue 143

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

Shades of Tapestry #BE7A8F

Tints of Tapestry #BE7A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.43%

R = 41.76%
G = 26.81%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE7A8F (or 0xBE7A8F) is known color: Tapestry. HEX triplet: BE, 7A and 8F. RGB value is (190,122,143). Sum of RGB (Red+Green+Blue) = 190+122+143=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A8F is #418570. Grayscale: #909090. Windows color (decimal): -4294001 or 9403070. OLE color: 9403070.

HSL color Cylindrical-coordinate representation of color #BE7A8F: hue angle of 341.47º 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 #BE7A8F is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 122 143 -
CMYK 0 0.36 0.25 0.25
HSL 341.47º 0.34% 0.61% -
HSV(B) 341.47º 0.36% 0.75% -
XYZ 33.15 26.85 29.42 -
YUV 144.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 190 122 143 0 0.36 0.25 0.25 341.47 0.34 0.61
Hex BE 7A 8F 0 24 19 19 155 22 3D
Octal 276 172 217 0 44 31 31 525 42 75
Binary 10111110 1111010 10001111 0 100100 11001 11001 101010101 100010 111101

Color Harmonies of #BE7A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A8F

Black with #BE7A8F

Text Example


Text Example

White with #BE7A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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