Html Css Color HEX #BE7C8F Tapestry

📋 copy color: '#BE7C8F'

red 190 ◦ green 124 ◦ blue 143

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

Shades of Tapestry #BE7C8F

Tints of Tapestry #BE7C8F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.13%

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

R = 41.58%
G = 27.13%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE7C8F (or 0xBE7C8F) is known color: Tapestry. HEX triplet: BE, 7C and 8F. RGB value is (190,124,143). Sum of RGB (Red+Green+Blue) = 190+124+143=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7C8F is #418370. Grayscale: #919191. Windows color (decimal): -4293489 or 9403582. OLE color: 9403582.

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

Color convert

RGB 190 124 143 -
CMYK 0 0.35 0.25 0.25
HSL 342.73º 0.34% 0.62% -
HSV(B) 342.73º 0.35% 0.75% -
XYZ 33.4 27.35 29.5 -
YUV 145.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 190 124 143 0 0.35 0.25 0.25 342.73 0.34 0.62
Hex BE 7C 8F 0 23 19 19 157 22 3E
Octal 276 174 217 0 43 31 31 527 42 76
Binary 10111110 1111100 10001111 0 100011 11001 11001 101010111 100010 111110

Color Harmonies of #BE7C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C8F

Black with #BE7C8F

Text Example


Text Example

White with #BE7C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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